System.Rtti.TRttiMethod.CreateImplementation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
function public
System.Rtti.pas
System.Rtti.hpp
System.Rtti TRttiMethod

Description

Creates an instance of TMethodImplementation.

The CreateImplementation function creates a method implementation object. The ACallback parameter must be a pointer to the body of the method.

See Also