Vcl.ComCtrls.ECommonCalendarError

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

System.SysUtils.ExceptionSystem.TObjectECommonCalendarError

Delphi

ECommonCalendarError = class(Exception);

C++

class PASCALIMPLEMENTATION ECommonCalendarError : public System::Sysutils::Exception

プロパティ

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

説明

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

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

関連項目