FMX.Types.TFmxObject.Parent
From RAD Studio API Documentation
Delphi
property Parent: TFmxObject read FParent write SetParent;
C++
__property TFmxObject* Parent = {read=FParent, write=SetParent};
Contents |
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) orthis(C++Builder)).