System.Bindings.EvalProtocol.IChild.GetParent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetParent: TObject;

C++

virtual System::TObject* __fastcall GetParent() = 0 ;

Properties

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

Description

Getter method for the Parent property.

GetParent is the getter method for the Parent property.

See Also