Vcl.ValEdit.TItemProp.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AEditor: TValueListEditor);

C++

__fastcall TItemProp(TValueListEditor* AEditor);

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.ValEdit.pas
Vcl.ValEdit.hpp
Vcl.ValEdit TItemProp

Description

Creates an instance of TItemProp.

Do not call Create directly in an application. TValueListEditor creates TItemProp instances as needed when you make assignments to its ItemProps property.

The AEditor parameter is the value list editor that creates the TItemProp instance to represent the properties of one of its items.

See Also