API: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 |
説明
Create は,TInplaceEdit のインスタンスを作成します。
Vcl.Grids.TInplaceEditList.Create は Vcl.Grids.TInplaceEdit.Create を継承しています。以下の内容はすべて Vcl.Grids.TInplaceEdit.Create を参照しています。
Create は,TInplaceEdit のインスタンスを作成します。
TInplaceEdit のインスタンスは作成しないでください。エディタを使用するグリッドによって自動的に作成されます。
AOwner は,エディタのオーナーを指定します。これは,TInplaceEdit のインスタンスを解放するコンポーネントです。
Create は,デフォルトコンストラクタをオーバーライドして,コントロールがその存在を視覚的に示す境界を持たないようにします。