Vcl.ValEdit.TValueListStrings.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AEditor: TValueListEditor); reintroduce;

C++

__fastcall TValueListStrings(TValueListEditor* AEditor);

Properties

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

Description

Creates and initializes an instance of TValueListStrings.

Call Create to create and initialize an instance of the TValueListStrings class.

See Also