System.Rtti.TRttiInvokableType
Delphi
TRttiInvokableType = class(TRttiType)
C++
class PASCALIMPLEMENTATION TRttiInvokableType : public TRttiType
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | System.Rtti.pas System.Rtti.hpp |
System.Rtti | System.Rtti |
Description
TRttiInvokableType is used to reflect an invokable type.
Use the TRttiInvokableType class to obtain information specific to invokable types, like ReturnType and CallingConvention.
Do not create instances of TRttiInvokableType or its descendants directly. Use a TRttiContext instance to work with RTTI objects.