RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TActionListItem.Caption Property

The name displayed in the ActionBand components containing the action list.

Pascal
property Caption: string;
C++
__property AnsiString Caption;

The Caption string is the name displayed by the action band components when referring to ActionList. Visibility of the caption is controlled by the CaptionOptions property of the associatedTActionClients object and the ShowCaption field of the associated TActionClientItem object. Refer to the documentation for these properties for more information. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!