System.Rtti.TRttiInstanceProperty

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
TRttiInstanceProperty is the RTTI object that reflects a property in a class instance.
Use TRttiInstanceProperty instances to gain access to information about a class instance property. TRttiInstanceProperty exposes a set of functions that permit querying property information such as type, index, and default value. TRttiProperty also provides a set of routines that allow getting or setting the value of the property in a given object instance.
Do not create instances of TRttiInstanceProperty or its descendants directly. Use a TRttiContext instance to work with RTTI objects.