Skip to content

ComponentEx.removeChild method

ComponentEx › removeChild

Removes a child component.

Signature:

removeChild(component: TComponent): TComponent

Parameters:

ParameterTypeDescription
componentTComponentThe component instance to remove.

Returns: TComponentThe removed component.