RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TActionClients.CaptionOptions Property

Contains options for how captions should be displayed.

Pascal
property CaptionOptions: TCaptionOptions;
C++
__property TCaptionOptions CaptionOptions;

CaptionOptions contains the rules for displaying captions on action client items in the collection. If CaptionOptions is set to coNone, no captions will be displayed for any item. If it is set to coSelective, a determination will be made separately for each item based on the value of its ShowCaption property. A value of coAll will cause all items to display captions. Note that this property takes precedence over the ShowCaption property of individual TActionClientItem objects. 

 

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