System.Rtti.TRttiPointerType

From RAD Studio API Documentation
Jump to: navigation, search

System.Rtti.TRttiTypeSystem.Rtti.TRttiNamedObjectSystem.Rtti.TRttiObjectSystem.TObjectTRttiPointerType

Delphi

TRttiPointerType = class(TRttiType)

C++

class PASCALIMPLEMENTATION TRttiPointerType : public TRttiType

Properties

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

Description

TRttiPointerType is the RTTI object that reflects a pointer type.

Use TRttiPointerType to obtain type information for a pointer type. TRttiPointerType introduces a property that allows you to obtain the type information of the referred type.

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

See Also