Vcl.ComCtrls.ECommonCalendarError

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.ExceptionSystem.TObjectECommonCalendarError

Delphi

ECommonCalendarError = class(Exception);

C++

class PASCALIMPLEMENTATION ECommonCalendarError : public System::Sysutils::Exception

Properties

Type Visibility Source Unit Parent
class public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls Vcl.ComCtrls

Description

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

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

See Also