System.Bindings.EvalProtocol.IRttiChild.Member

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Member: TRttiMember read GetMember;

C++

__property System::Rtti::TRttiMember* Member = {read=GetMember};

Properties

Type Visibility Source Unit Parent
property public
System.Bindings.EvalProtocol.pas
System.Bindings.EvalProtocol.hpp
System.Bindings.EvalProtocol IRttiChild

Description

The RTTI for the wrapped member.

Member property specifies the RTTI for the wrapped member.

See Also