Vcl.ComCtrls.TMonthCalendar.Create

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

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

プロパティ

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

説明

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

Create は,次のタスクを実行します。

CalExceptionClassEMonthCalError に設定する

Width を 176 に設定する

Height を 153 に設定する

AOwner パラメータは,カレンダーのメモリを解放する Owner を指定します。

関連項目