API:Vcl.Outline.TCustomOutline.Create

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

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

プロパティ

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

説明

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

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

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

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

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

関連項目