System.Rtti.TRttiIndexedProperty.ReadMethod
Delphi
property ReadMethod: TRttiMethod read GetReadMethod;
C++
__property TRttiMethod* ReadMethod = {read=GetReadMethod};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | System.Rtti.pas System.Rtti.hpp |
System.Rtti | TRttiIndexedProperty |
Description
Represents the method used to read the property.
ReadMethod represents the method used internally to get the property elements.