Show: Delphi C++
Display Preferences

System.SysUtils.EIntfCastError.Create

From XE2 API Documentation
Jump to: navigation, search

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) { }

Properties

Type Visibility Source Unit Parent
constructor public System.SysUtils.hpp System.SysUtils EIntfCastError

Description

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

Personal tools
Previous Versions
Translations