FMX.Types.TFmxObject.SetParent

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also