RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomActionControl.ActionClient Property

Refers to the control's action client

Pascal
property ActionClient: TActionClientItem;
C++
__property TActionClientItem ActionClient;

Use ActionClient to obtain a reference to a TCustomActionControl's action client item. The action client item serves as an intermediary between the visible control and the action initiated by that control. See the documentation for the TActionClientItem object (referenced above) for more information. 

 

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