FMX.Types.TFmxObject.SetRoot

From RAD Studio API Documentation
Revision as of 16:06, 5 December 2011 by Denisa.ilascu (talk | contribs) (RAD-10326)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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