Vcl.Samples.Calendar.TCalendar.Create

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

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

プロパティ

種類 可視性 ソース ユニット
constructor public
Vcl.Samples.Calendar.pas
Vcl.Samples.Calendar.hpp
Vcl.Samples.Calendar TCalendar

説明

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

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

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

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

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

関連項目