RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TActionClients Class

TActionClients is a container for TActionClient objects.

Pascal
TActionClients = class(TActionClientsCollection);
C++
class TActionClients : public TActionClientsCollection;

Each TActionClients object holds a collection of TClientAction objects. The TActionClients object is used internally by the TActionManager component to maintain information about the action clients managed by the an action manager. Instances of the TActionClients object should never be created directly or the methods contained in TActionClients called directly. 

 

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