Vcl.ValEdit.TValueListEditor.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TValueListEditor(System::Classes::TComponent* AOwner);
/* TWinControl.CreateParented */ inline __fastcall TValueListEditor(HWND ParentWindow) : Vcl::Grids::TCustomDrawGrid(ParentWindow) { }

Properties

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

Description

Creates and initializes new TValueListEditor object.

Call Create to create a value list editor component at runtime. TValueListEditor components added to forms at design time are created automatically.

The AOwner parameter specifies another component (typically the form) that is responsible for freeing the TValueListEditor instance.

See Also