Vcl.Grids.TInplaceEditList.Create

提供: RAD Studio API Documentation
移動先: 案内検索

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 インスタンスを作成および初期化します。

関連項目