RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCommandProperties.Create Constructor

Creates a new instance of the TCommandProperties class.

Pascal
constructor Create(AItem: TActionClientItem); virtual;
C++
virtual __fastcall TCommandProperties(TActionClientItem AItem);

Call Create to create a new instance of the TCommandProperties class. The AItem parameter contains a reference to the TActionClientItem controlled by TCommandProperties.

Note: Since TCommandProperties is a base class, do not create instances of TCommandProperties.
 

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