System.Bindings.CustomWrapper.TCustomWrapper.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.CustomWrapper.pas
System.Bindings.CustomWrapper.hpp
System.Bindings.CustomWrapper TCustomWrapper

Description

The parent object that contains the wrapped member.

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

See Also