System.Bindings.EvalProtocol.IRttiChild
Delphi
IRttiChild = interface(IChild)
C++
__interface INTERFACE_UUID("{D4DD0F18-4076-4A9B-B87A-F9BA1BC69E26}") IRttiChild : public IChild
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
interface class |
public | System.Bindings.EvalProtocol.pas System.Bindings.EvalProtocol.hpp |
System.Bindings.EvalProtocol | System.Bindings.EvalProtocol |
Description
Provides access to internal wrappers' parent object and to the RTTI of the member.
IRttiChild is implemented by internal wrappers, to let the system gain access to their parent object and to the RTTI of the member. Only wrapped object members that have a physical representation in the object can support this interface, because they must expose RTTI information of the wrapped member.