FMX.Controls.TControl.ParentControl

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ParentControl: TControl read FParentControl;

C++

__property TControl* ParentControl = {read=FParentControl};

Properties

Type Visibility Source Unit Parent
property public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TControl

Description

Specifies the parent control of this control.

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

See Also