Show: Delphi
C++
Display Preferences
FMX.Types.TFmxObject.Parent
From XE3 API Documentation
Delphi
property Parent: TFmxObject read GetParent write SetParent;
C++
__property TFmxObject* Parent = {read=GetParent, 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)).