FMX.Types.TFmxObject.DeleteChildren

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DeleteChildren;

C++

void __fastcall DeleteChildren();

Properties

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

Description

Deletes all the children of this FMX object.

DeleteChildren checks whether Children is assigned (children are present) and, if so, it deletes all of them. DeleteChildren also sets Children to nil.

See Also