API:Vcl.ComCtrls.EMonthCalError.Create

From RAD Studio API Documentation
Jump to: navigation, search

C++

/* Exception.Create */ inline __fastcall EMonthCalError(const System::UnicodeString Msg) : ECommonCalendarError(Msg) { }
/* Exception.CreateFmt */ inline __fastcall EMonthCalError(const System::UnicodeString Msg, const System::TVarRec *Args, const int Args_High) : ECommonCalendarError(Msg, Args, Args_High) { }
/* Exception.CreateRes */ inline __fastcall EMonthCalError(NativeUInt Ident)/* overload */ : ECommonCalendarError(Ident) { }
/* Exception.CreateRes */ inline __fastcall EMonthCalError(System::PResStringRec ResStringRec)/* overload */ : ECommonCalendarError(ResStringRec) { }
/* Exception.CreateResFmt */ inline __fastcall EMonthCalError(NativeUInt Ident, const System::TVarRec *Args, const int Args_High)/* overload */ : ECommonCalendarError(Ident, Args, Args_High) { }
/* Exception.CreateResFmt */ inline __fastcall EMonthCalError(System::PResStringRec ResStringRec, const System::TVarRec *Args, const int Args_High)/* overload */ : ECommonCalendarError(ResStringRec, Args, Args_High) { }
/* Exception.CreateHelp */ inline __fastcall EMonthCalError(const System::UnicodeString Msg, int AHelpContext) : ECommonCalendarError(Msg, AHelpContext) { }
/* Exception.CreateFmtHelp */ inline __fastcall EMonthCalError(const System::UnicodeString Msg, const System::TVarRec *Args, const int Args_High, int AHelpContext) : ECommonCalendarError(Msg, Args, Args_High, AHelpContext) { }
/* Exception.CreateResHelp */ inline __fastcall EMonthCalError(NativeUInt Ident, int AHelpContext)/* overload */ : ECommonCalendarError(Ident, AHelpContext) { }
/* Exception.CreateResHelp */ inline __fastcall EMonthCalError(System::PResStringRec ResStringRec, int AHelpContext)/* overload */ : ECommonCalendarError(ResStringRec, AHelpContext) { }
/* Exception.CreateResFmtHelp */ inline __fastcall EMonthCalError(System::PResStringRec ResStringRec, const System::TVarRec *Args, const int Args_High, int AHelpContext)/* overload */ : ECommonCalendarError(ResStringRec, Args, Args_High, AHelpContext) { }
/* Exception.CreateResFmtHelp */ inline __fastcall EMonthCalError(NativeUInt Ident, const System::TVarRec *Args, const int Args_High, int AHelpContext)/* overload */ : ECommonCalendarError(Ident, Args, Args_High, AHelpContext) { }

Properties

Type Visibility Source Unit Parent
constructor public Vcl.ComCtrls.hpp Vcl.ComCtrls EMonthCalError

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!