RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TActionClients.Create Constructor

Creates and initializes a TActionClients object.

Pascal
constructor Create(AOwner: TPersistent; ItemClass: TCollectionItemClass);
C++
__fastcall TActionClients(TPersistent * AOwner, TCollectionItemClass ItemClass);

The Create method takes as a parameter the name of a TPersistent instance. Create is called automatically by the action manager when a new instance of a TActionClientItem is required. 

 

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