System.Rtti.TRttiMethodType

From RAD Studio API Documentation
Jump to: navigation, search

System.Rtti.TRttiInvokableTypeSystem.Rtti.TRttiTypeSystem.Rtti.TRttiNamedObjectSystem.Rtti.TRttiObjectSystem.TObjectTRttiMethodType

Delphi

TRttiMethodType = class(TRttiInvokableType)

C++

class PASCALIMPLEMENTATION TRttiMethodType : public TRttiInvokableType

Properties

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

Description

TRttiMethodType is the RTTI class used to reflect method types.

TRttiMethodType is the class used to describe method types. TRttiMethodType allows obtaining the method kind and the attributes of the reflected method type.

Do not create instances of TRttiMethodType or its descendants directly. Use a TRttiContext instance to work with RTTI objects.

See Also