IBX.IB.EIBPlanError.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

C++

/* EIBError.Create */ inline __fastcall EIBPlanError(Ibx::Ibexternals::Long ASQLCode, System::UnicodeString Msg)/* overload */ : EIBError(ASQLCode, Msg) { }
/* EIBError.Create */ inline __fastcall EIBPlanError(Ibx::Ibexternals::Long ASQLCode, Ibx::Ibexternals::Long AIBErrorCode, System::UnicodeString Msg)/* overload */ : EIBError(ASQLCode, AIBErrorCode, Msg) { }
/* Exception.CreateFmt */ inline __fastcall EIBPlanError(const System::UnicodeString Msg, const System::TVarRec *Args, const System::NativeInt Args_High) : EIBError(Msg, Args, Args_High) { }
/* Exception.CreateRes */ inline __fastcall EIBPlanError(System::NativeUInt Ident)/* overload */ : EIBError(Ident) { }
/* Exception.CreateRes */ inline __fastcall EIBPlanError(System::PResStringRec ResStringRec)/* overload */ : EIBError(ResStringRec) { }
/* Exception.CreateResFmt */ inline __fastcall EIBPlanError(System::NativeUInt Ident, const System::TVarRec *Args, const System::NativeInt Args_High)/* overload */ : EIBError(Ident, Args, Args_High) { }
/* Exception.CreateResFmt */ inline __fastcall EIBPlanError(System::PResStringRec ResStringRec, const System::TVarRec *Args, const System::NativeInt Args_High)/* overload */ : EIBError(ResStringRec, Args, Args_High) { }
/* Exception.CreateHelp */ inline __fastcall EIBPlanError(const System::UnicodeString Msg, int AHelpContext) : EIBError(Msg, AHelpContext) { }
/* Exception.CreateFmtHelp */ inline __fastcall EIBPlanError(const System::UnicodeString Msg, const System::TVarRec *Args, const System::NativeInt Args_High, int AHelpContext) : EIBError(Msg, Args, Args_High, AHelpContext) { }
/* Exception.CreateResHelp */ inline __fastcall EIBPlanError(System::NativeUInt Ident, int AHelpContext)/* overload */ : EIBError(Ident, AHelpContext) { }
/* Exception.CreateResHelp */ inline __fastcall EIBPlanError(System::PResStringRec ResStringRec, int AHelpContext)/* overload */ : EIBError(ResStringRec, AHelpContext) { }
/* Exception.CreateResFmtHelp */ inline __fastcall EIBPlanError(System::PResStringRec ResStringRec, const System::TVarRec *Args, const System::NativeInt Args_High, int AHelpContext)/* overload */ : EIBError(ResStringRec, Args, Args_High, AHelpContext) { }
/* Exception.CreateResFmtHelp */ inline __fastcall EIBPlanError(System::NativeUInt Ident, const System::TVarRec *Args, const System::NativeInt Args_High, int AHelpContext)/* overload */ : EIBError(Ident, Args, Args_High, AHelpContext) { }

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public IBX.IB.hpp IBX.IB EIBPlanError

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.