Vcl.DBCGrids.TDBCtrlGrid.Create

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

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

プロパティ

種類 可視性 ソース ユニット
constructor public
Vcl.DbCGrids.pas
Vcl.DBCGrids.hpp
Vcl.DBCGrids TDBCtrlGrid

説明

Create は,TDBCtrlGrid のインスタンスを作成および初期化します。

実行時に Create を呼び出して,TDBCtrlGrid オブジェクトを作成および初期化します。設計時にフォーム内に配置した TDBCtrlGrid オブジェクトは自動的に作成されます。

AOwner は,Owner プロパティの値になるコンポーネントです。このコンポーネント(通常はフォーム)は,TDBCtrlGrid インスタンスを解放する権限を持っています。

関連項目