System.Rtti.TMethodImplementationCallback

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

__interface TMethodImplementationCallback  : public System::IInterface

Propriétés

Type Visibilité  Source Unité  Parent
anonMethod
class
public
System.Rtti.pas
System.Rtti.hpp
System.Rtti System.Rtti

Description

Représente une référence à une méthode avec une signature générale.

TMethodImplementationCallback pointe sur l'implémentation d'une méthode. La fonction TRttiMethod.CreateImplementation nécessite un TMethodImplementationCallback pour créer une instance de TMethodImplementation.

TMethodImplementation utilise TMethodImplementationCallback en tant que corps de la méthode.

Voir aussi