RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMenuProperties.Create Constructor

Creates a new instance of the TMenuProperties class.

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

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

Note: Do not create instances of TMenuProperties directly. TMenuProperties is created automatically by the 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!