Vcl.Grids.TCustomGrid.Create

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

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TCustomGrid(System::Classes::TComponent* AOwner);
/* TWinControl.CreateParented */ inline __fastcall TCustomGrid(HWND ParentWindow) : Vcl::Controls::TCustomControl(ParentWindow) { }

プロパティ

種類 可視性 ソース ユニット
constructor public
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TCustomGrid

説明

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

Create コンストラクタを呼び出すと,実行時にグリッドコントロールを作成できます。設計時にフォーム上に配置されたグリッドは自動的に作成されます。

Owner は,グリッドの解放を処理し,フォームファイルに保存するときにストリーミング処理を開始するコンポーネントです。

関連項目