System.Rtti.TRttiMethod.CreateImplementation

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function CreateImplementation(AUserData: Pointer;  const ACallback: TMethodImplementationCallback): TMethodImplementation;

C++

TMethodImplementation* __fastcall CreateImplementation(void * AUserData, const _di_TMethodImplementationCallback ACallback);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
System.Rtti.pas
System.Rtti.hpp
System.Rtti TRttiMethod

Beschreibung

Erstellt eine TMethodImplementation-Instanz.

Mit der Funktion CreateImplementation wird ein Methodenimplementierungs-Objekt erstellt. Der Parameter ACallback muss ein Zeiger auf den Methodenrumpf sein.

Siehe auch