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

EMonthCalError is the exception class for invalid entries in a TMonthCalendar component.

EMonthCalError is raised by TMonthCalendar when an invalid date is entered.

See Also