System.Rtti.TRttiIndexedProperty.ReadMethod

From RAD Studio API Documentation
Revision as of 00:38, 17 October 2011 by PyBot (talk | contribs) (Scoping Libraries)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.

See Also