Vcl.Grids.TStringGrid.Create

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

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TStringGrid(System::Classes::TComponent* AOwner);
/* TWinControl.CreateParented */ inline __fastcall TStringGrid(HWND ParentWindow) : TDrawGrid(ParentWindow) { }

プロパティ

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

説明

CreateTStringGrid のインスタンスを作成します。

Create を呼び出すと,実行時に TStringGrid のインスタンスを作成できます。設計時にフォーム上に配置された文字列グリッドの場合,CreateCreate メソッドは自動的に呼び出されます。

AOwner パラメータはグリッドのオーナーになる別のコンポーネント(通常はフォーム)です。オーナーは,グリッドの解放を処理します。

関連項目