API:Vcl.ComCtrls.EMonthCalError

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.ComCtrls.ECommonCalendarErrorSystem.SysUtils.ExceptionSystem.TObjectEMonthCalError

Delphi

EMonthCalError = class(ECommonCalendarError);

C++

class PASCALIMPLEMENTATION EMonthCalError : public ECommonCalendarError

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.

Vcl.ComCtrls.EMonthCalError inherits from Vcl.ComCtrls.ECommonCalendarError. All content below this line refers to Vcl.ComCtrls.ECommonCalendarError.

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