System.Rtti.TRttiManagedField

From RAD Studio API Documentation
Jump to: navigation, search

System.Rtti.TRttiObjectSystem.TObjectTRttiManagedField

Delphi

TRttiManagedField = class(TRttiObject)

C++

class PASCALIMPLEMENTATION TRttiManagedField : public TRttiObject

Properties

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

Description

TRttiManagedField is the RTTI object that reflects a managed field.

Use TRttiManagedField instances to gain access to information about a class or a record field. TRttiManagedField exposes two new properties that permit querying the type of the field and its name. TRttiManagedField does not allow setting or getting the value of the field in an instance.

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

See Also