RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TActionClient.Create Constructor

Creates and initializes an action client object.

Pascal
constructor Create(Collection: TCollection); override;
C++
virtual __fastcall TActionClient(TCollection Collection);

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

 

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