RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ECommonCalendarError Class

ECommonCalendarError is the exception class for invalid entries in a TCommonCalendar component.

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

ComCtrls

Exceptions derived from ECommonCalendarError are raised by TCommonCalendar descendants when an invalid date or time is entered. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!