System.Rtti.TRttiProcedureType

From RAD Studio API Documentation
Jump to: navigation, search

System.Rtti.TRttiInvokableTypeSystem.Rtti.TRttiTypeSystem.Rtti.TRttiNamedObjectSystem.Rtti.TRttiObjectSystem.TObjectTRttiProcedureType

Delphi

TRttiProcedureType = class(TRttiInvokableType)

C++

class PASCALIMPLEMENTATION TRttiProcedureType : public TRttiInvokableType

Properties

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

Description

TRttiProcedureType is the RTTI class used to reflect procedural types.

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

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

See Also