RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TActionClients.ActionClients Property

Provides indexed access to the TActionClient objects in the collection.

Pascal
property ActionClients [const Index: Integer]: TActionClientItem;
C++
__property TActionClientItem ActionClients[int const Index];

The ActionClients property is used internally by the action manager to provide access to the individual TClientAction objects managed by the action manager. The TActionClients property should never be accessed directly. 

 

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