API:Vcl.DBGrids.TCustomDBGrid.Create

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

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

プロパティ

種類 可視性 ソース ユニット
constructor public
Vcl.DbGrids.pas
Vcl.DBGrids.hpp
Vcl.DBGrids TCustomDBGrid

説明

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

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

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

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

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

関連項目