System.Rtti.TMethodImplementation

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTMethodImplementation

Delphi

TMethodImplementation = class

C++

class PASCALIMPLEMENTATION TMethodImplementation : public System::TObject

Properties

Type Visibility Source Unit Parent
class public
System.Rtti.pas
System.Rtti.hpp
System.Rtti System.Rtti

Description

Represents a method implementation.

TMethodImplementation is used by TVirtualMethodInterceptor to create method overloads at run time.

To create an instance of TMethodImplementation, use TRttiMethod.CreateImplementation. You should not create instances of TMethodImplementation directly, because the default constructor raises an exception.

See Also