API: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

説明

Create は,TInplaceEdit のインスタンスを作成します。

Vcl.Grids.TInplaceEditList.Create は Vcl.Grids.TInplaceEdit.Create を継承しています。以下の内容はすべて Vcl.Grids.TInplaceEdit.Create を参照しています。

Create は,TInplaceEdit のインスタンスを作成します。

TInplaceEdit のインスタンスは作成しないでください。エディタを使用するグリッドによって自動的に作成されます。

AOwner は,エディタのオーナーを指定します。これは,TInplaceEdit のインスタンスを解放するコンポーネントです。

Create は,デフォルトコンストラクタをオーバーライドして,コントロールがその存在を視覚的に示す境界を持たないようにします。

関連項目