Vcl.DBGrids.TDBGridInplaceEdit.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(Owner: TComponent); override;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Vcl.DbGrids.pas
Vcl.DBGrids.hpp
Vcl.DBGrids TDBGridInplaceEdit

Beschreibung

Erstellt und initialisiert ein TInplaceEditList-Objekt.

Vcl.DBGrids.TDBGridInplaceEdit.Create erbt von Vcl.Grids.TInplaceEditList.Create. Der folgende Inhalt bezieht sich auf Vcl.Grids.TInplaceEditList.Create.

Erstellt und initialisiert ein TInplaceEditList-Objekt.

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

Siehe auch