System.VarUtils.ESafeArrayLockedError.Create

De RAD Studio API Documentation
Aller à : navigation, rechercher

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
constructor public System.VarUtils.hpp System.VarUtils ESafeArrayLockedError

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !