API:Vcl.ActnMan.TButtonProperties.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AItem: TActionClientItem); override;

C++

__fastcall virtual TButtonProperties(TActionClientItem* AItem);

Properties

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

Description

Creates a new instance of the TCommandProperties class.

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

Creates a new instance of the TCommandProperties class.

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.

See Also