API: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

説明

ECommonCalendarError は,TCommonCalendar コンポーネントで無効な値が入力されたときの例外クラスです。

Vcl.ComCtrls.EMonthCalError は Vcl.ComCtrls.ECommonCalendarError を継承しています。以下の内容はすべて Vcl.ComCtrls.ECommonCalendarError を参照しています。

ECommonCalendarError は,TCommonCalendar コンポーネントで無効な値が入力されたときの例外クラスです。

ECommonCalendarError クラスから派生した例外は,無効な日付や時刻が入力されたときに TCommonCalendar の下位オブジェクトによって生成されます。

関連項目