Vcl.ComCtrls.TCommonCalendar.CalExceptionClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CalExceptionClass: ECommonCalExceptClass read FCalExceptionClass write FCalExceptionClass;

C++

__property System::Sysutils::ExceptClass CalExceptionClass = {read=FCalExceptionClass, write=FCalExceptionClass};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCommonCalendar

Description

Specifies the calendar's exception class.

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.

See Also