System.Rtti.TRttiMethod

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TRttiMethod = class(TRttiMember)

C++

class PASCALIMPLEMENTATION TRttiMethod : public TRttiMember

Properties

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

Description

TRttiMethod is the RTTI class used to reflect methods.

Use TRttiMethod to obtain information about a method in a class, interface, or record type. TRttiMethod exposes a large number of methods and properties that allow run-time invocation of the reflected methods.

Do not create instances of TRttiMethod or its descendants directly. To obtain TRttiMethod instances, use:

See Also


Code Examples


Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=System.Rtti.TRttiMethod&oldid=624880"