FMX.Types.IControl.Parent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Parent: TFmxObject read GetParent;

C++

__property TFmxObject* Parent = {read=GetParent};

Properties

Type Visibility Source Unit Parent
property public
FMX.Types.pas
FMX.Types.hpp
FMX.Types IControl

Description

Specifies the parent component of the current control.

Implement the GetParent method to get the value of the Parent property.

See Also