System.Rtti.TMethodImplementation.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(AUserData: Pointer; AInvokeInfo: TInvokeInfo;  const ACallback: TMethodImplementationCallback); overload;
constructor Create; overload;

C++

__fastcall TMethodImplementation(void * AUserData, TInvokeInfo* AInvokeInfo, const _di_TMethodImplementationCallback ACallback)/* overload */;
__fastcall TMethodImplementation()/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
System.Rtti.pas
System.Rtti.hpp
System.Rtti TMethodImplementation

Beschreibung

Löst eine EInvalidOpException aus.

Sie sollten TMethodImplementation-Instanzen nicht direkt erstellen. Verwenden Sie dazu die Funktion CreateImplementation.

Siehe auch