Vcl.ComCtrls.ECommonCalendarError
Delphi
ECommonCalendarError = class(Exception);
C++
class PASCALIMPLEMENTATION ECommonCalendarError : public System::Sysutils::Exception
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | Vcl.ComCtrls |
Description
ECommonCalendarError is the exception class for invalid entries in a TCommonCalendar component.
Exceptions derived from ECommonCalendarError are raised by TCommonCalendar descendants when an invalid date or time is entered.