Vcl.ComCtrls.EMonthCalError

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

Vcl.ComCtrls.ECommonCalendarErrorSystem.SysUtils.ExceptionSystem.TObjectEMonthCalError

Delphi

EMonthCalError = class(ECommonCalendarError);

C++

class PASCALIMPLEMENTATION EMonthCalError : public ECommonCalendarError

プロパティ

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

説明

EMonthCalError は,TMonthCalendar コンポーネント内の無効なエントリの例外クラスです。

EMonthCalError は,無効な日付が入力されたときに TMonthCalendar によって生成されます。

関連項目