RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCommonCalendar.CalExceptionClass Property

Specifies the calendar's exception class.

Pascal
property CalExceptionClass: ExceptClass;
C++
__property ExceptClass CalExceptionClass;

Use CalExceptionClass in a derived class determine the class used for exceptions raised by the calendar control. Descendants of TCommonCalendar initialize this value in the constructor so that when TCommonCalendar encounters an unexpected condition, it can raise the appropriate type of exception. 

 

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