Vcl.Grids.TInplaceEditList.Create
Delphi
constructor Create(Owner: TComponent); override;
C++
__fastcall virtual TInplaceEditList(System::Classes::TComponent* Owner);
/* TWinControl.CreateParented */ inline __fastcall TInplaceEditList(HWND ParentWindow) : TInplaceEdit(ParentWindow) { }
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
constructor | public | Vcl.Grids.pas Vcl.Grids.hpp |
Vcl.Grids | TInplaceEditList |
説明
TInplaceEditList オブジェクトを作成および初期化します。
Create メソッドは、TInplaceEditList インスタンスを作成および初期化します。