Vcl.ActnMan.TComboBoxProperties.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AItem: TActionClientItem); override;

C++

__fastcall virtual TComboBoxProperties(TActionClientItem* AItem);

Properties

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

Description

Creates a new instance of the TComboBoxProperties class.

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

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

See Also