Vcl.Grids.TInplaceEditList.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(Owner: TComponent); override;

C++

__fastcall virtual TInplaceEditList(System::Classes::TComponent* Owner);
/* TWinControl.CreateParented */ inline __fastcall TInplaceEditList(HWND ParentWindow) : TInplaceEdit(ParentWindow) { }

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TInplaceEditList

Beschreibung

Erstellt und initialisiert ein TInplaceEditList-Objekt.

Die Create-Methode wird zum Erstellen und Initialisieren einer TInplaceEditList-Instanz verwendet.

Siehe auch