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 TGalleryProperties class.

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

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

See Also