RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EMonthCalError Class

EMonthCalError is the exception class for invalid entries in a TMonthCalendar component.

Pascal
EMonthCalError = class(ECommonCalendarError);
C++
class EMonthCalError : public ECommonCalendarError;

EMonthCalError is raised by TMonthCalendar when an invalid date is entered. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!