RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TButtonProperties.Create Constructor

Creates a new instance of the TButtonProperties class.

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

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

Note: Do not create instances of TButtonProperties directly. TButtonProperties is created automatically by TActionClientItem when its CommandStyle property is modified.
 

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