System.Bindings.EvalProtocol.IChild.Parent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Parent: TObject read GetParent;

C++

__property System::TObject* Parent = {read=GetParent};

Properties

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

Description

The parent object that contains the member wrapped by this interface.

The Parent property specifies the parent object that contains the member wrapped by this interface.

See Also