API:Vcl.ActnMan.TGalleryProperties.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AItem: TActionClientItem); override;

C++

__fastcall virtual TGalleryProperties(TActionClientItem* AItem);

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TGalleryProperties

Description

Creates a new instance of the TButtonProperties class.

Vcl.ActnMan.TGalleryProperties.Create inherits from Vcl.ActnMan.TButtonProperties.Create. All content below this line refers to Vcl.ActnMan.TButtonProperties.Create.

Creates a new instance of the TButtonProperties class.

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.

See Also