System.Bindings.EvalProtocol.IChild

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IChild = interface

C++

__interface  INTERFACE_UUID("{D4DD0F18-4076-4A9B-B87A-F9BA1BC69E26}") IChild  : public System::IInterface

Properties

Type Visibility Source Unit Parent
interface
class
public
System.Bindings.EvalProtocol.pas
System.Bindings.EvalProtocol.hpp
System.Bindings.EvalProtocol System.Bindings.EvalProtocol

Description

Accesses information about wrapped objects members.

IChild is an interface that provides access to information about wrapped objects members.

Every property, method, or field appertains to an object and is a member of that object. Internal wrappers implement this interface to let the system gain access to their parent object and to the name of the member. The member might only be a name for a calculated value and it might not have a physical representation in the object, such as a physical property of that very object.

See Also