FMX.Types.TFmxObject.Parent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Parent: TFmxObject read FParent write SetParent;

C++

__property TFmxObject* Parent = {read=FParent, write=SetParent};

Properties

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

Description

Specifies the parent component of this FMX object.

Tip: You cannot set the parent of this component as the component itself (Self (Delphi) or this (C++Builder)).

See Also

Code Examples