Vcl.ComCtrls.EMonthCalError

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Vcl.ComCtrls.ECommonCalendarErrorSystem.SysUtils.ExceptionSystem.TObjectEMonthCalError

Delphi

EMonthCalError = class(ECommonCalendarError);

C++

class PASCALIMPLEMENTATION EMonthCalError : public ECommonCalendarError

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls Vcl.ComCtrls

Beschreibung

EMonthCalError ist die Exception-Klasse für ungültige Einträge in einer TMonthCalendar-Komponente.

EMonthCalError-Exceptions werden von TMonthCalendar-Komponenten ausgelöst, wenn ein ungültiges Datum eingegeben wird.

Siehe auch