Afficher : Delphi
C++
Préférences d'affichage
System.SysUtils.EIntfCastError.Create
De XE2 API Documentation
C++
/* Exception.Create */ inline __fastcall EIntfCastError(const System::UnicodeString Msg) : Exception(Msg) { } /* Exception.CreateFmt */ inline __fastcall EIntfCastError(const System::UnicodeString Msg, System::TVarRec const *Args, const int Args_Size) : Exception(Msg, Args, Args_Size) { } /* Exception.CreateRes */ inline __fastcall EIntfCastError(int Ident)/* overload */ : Exception(Ident) { } /* Exception.CreateResFmt */ inline __fastcall EIntfCastError(int Ident, System::TVarRec const *Args, const int Args_Size)/* overload */ : Exception(Ident, Args, Args_Size) { } /* Exception.CreateHelp */ inline __fastcall EIntfCastError(const System::UnicodeString Msg, int AHelpContext) : Exception(Msg, AHelpContext) { } /* Exception.CreateFmtHelp */ inline __fastcall EIntfCastError(const System::UnicodeString Msg, System::TVarRec const *Args, const int Args_Size, int AHelpContext) : Exception(Msg, Args, Args_Size, AHelpContext) { } /* Exception.CreateResHelp */ inline __fastcall EIntfCastError(int Ident, int AHelpContext)/* overload */ : Exception(Ident, AHelpContext) { } /* Exception.CreateResFmtHelp */ inline __fastcall EIntfCastError(System::PResStringRec ResStringRec, System::TVarRec const *Args, const int Args_Size, int AHelpContext)/* overload */ : Exception(ResStringRec, Args, Args_Size, AHelpContext) { }
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| constructor | public | System.SysUtils.hpp | System.SysUtils | EIntfCastError |
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 !