API: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

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

Vcl.ComCtrls.EMonthCalError erbt von Vcl.ComCtrls.ECommonCalendarError. Der folgende Inhalt bezieht sich auf Vcl.ComCtrls.ECommonCalendarError.

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

TCommonCalendar-Nachkommen lösen von ECommonCalendarError abgeleitete Exceptions aus, wenn eine ungültige Datums- oder Zeitangabe eingegeben wird.

Siehe auch