API:Vcl.ActnMan.TTextProperties.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AItem: TActionClientItem); override;

C++

__fastcall virtual TTextProperties(TActionClientItem* AItem);

Properties

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

Description

Creates a new instance of the TCheckBoxProperties class.

Vcl.ActnMan.TTextProperties.Create inherits from Vcl.ActnMan.TCheckBoxProperties.Create. All content below this line refers to Vcl.ActnMan.TCheckBoxProperties.Create.

Creates a new instance of the TCheckBoxProperties class.

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

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

See Also