RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomActionBar.ActionControls Property

Lists the controls on the action band.

Pascal
property ActionControls [const Index: Integer]: TCustomActionControl;
C++
__property TCustomActionControl ActionControls[int const Index];

Use ActionControls to access any of the controls available on the action band. Each control in the list is the user interface element generated to represent one of the TActionClientItem objects that the action manager stores for children of this action band. The TActionClientItem objects are children of the component that is the value of this action band's ActionClient property. 

Index is the index of the child control, where 0 specifies the first control, 1 specifies the second control, and so on. 

 

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