API:System.Rtti.TRttiInstanceProperty

From RAD Studio API Documentation

TRttiInstancePropertySystem.Rtti.TRttiPropertySystem.Rtti.TRttiMemberSystem.Rtti.TRttiNamedObjectSystem.Rtti.TRttiObjectSystem.TObject

Delphi

TRttiInstanceProperty = class(TRttiProperty)

C++

class PASCALIMPLEMENTATION TRttiInstanceProperty : public TRttiProperty

Properties

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

Description

TRttiProperty is the RTTI object that reflects a property. {{#multireplace:System.Rtti.TRttiInstanceProperty|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.Rtti.TRttiProperty|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:System.Rtti.TRttiProperty|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

TRttiProperty is the RTTI object that reflects a property.

Use TRttiProperty instances to gain access to information about a class or a record property. TRttiProperty exposes a way that allows querying for the type of the property. TRttiProperty also provides a set of routines that permit getting or setting the value of the property in a given object or record instance.

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

See Also

Code Examples