RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TActionClientItem.HasGlyph Method

Indicates whether or not there is a glyph (small icon) associated with an action on the action band.

Pascal
function HasGlyph: Boolean; virtual;
C++
virtual __fastcall Boolean HasGlyph();

Use HasGlyph to determine whether the action associated with the TActionClientItem has a glyph or not. A glyph is a symbol that represents the action, and is often placed next to the action's caption. One common example in applications is a small pair of scissors, which is frequently used to represent the Cut action. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!