FMX.Types.TFmxObject.SetParent
Delphi
procedure SetParent(const Value: TFmxObject); virtual;
C++
virtual void __fastcall SetParent(TFmxObject* const Value);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
procedure function  | 
		protected | FMX.Types.pas FMX.Types.hpp  | 
        FMX.Types | TFmxObject | 
Description
Protected setter implementation for the Parent property.