System.Rtti.TMethodImplementationCallback

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TMethodImplementationCallback = reference to procedure(
UserData: Pointer;
const Args: TArray<TValue>;
out Result: TValue);

C++

__interface TMethodImplementationCallback  : public System::IInterface

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
anonMethod
class
public
System.Rtti.pas
System.Rtti.hpp
System.Rtti System.Rtti

Beschreibung

Repräsentiert eine Referenz auf eine Methode mit einer allgemeinen Signatur.

TMethodImplementationCallback zeigt auf die Implementierung einer Methode. Für die Funktion TRttiMethod.CreateImplementation ist zum Erstellen einer Instanz von TMethodImplementation eine TMethodImplementationCallback-Funktion erforderlich.

TMethodImplementation verwendet TMethodImplementationCallback als Methodenrumpf.

Siehe auch