System.Bindings.CustomWrapper.TCustomWrapper.GetParent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetParent: TObject; inline;

C++

System::TObject* __fastcall GetParent();

Properties

Type Visibility Source Unit Parent
function public
System.Bindings.CustomWrapper.pas
System.Bindings.CustomWrapper.hpp
System.Bindings.CustomWrapper TCustomWrapper

Description

Getter implementation for the Parent property.

The GetParent method is the getter implementation for the Parent property.

See Also