Vcl.ComCtrls.EMonthCalError
Delphi
EMonthCalError = class(ECommonCalendarError);
C++
class PASCALIMPLEMENTATION EMonthCalError : public ECommonCalendarError
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | Vcl.ComCtrls |
Description
EMonthCalError is the exception class for invalid entries in a TMonthCalendar component.
EMonthCalError is raised by TMonthCalendar when an invalid date is entered.