FMX.Types.TFmxObject.SetRoot

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetRoot(ARoot: IRoot);

C++

void __fastcall SetRoot(_di_IRoot ARoot);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Types.pas
FMX.Types.hpp
FMX.Types TFmxObject

Description

Sets the Root property of each child in the children list.

See Also