System.Rtti.TRttiMethod
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