IFormControl.FreeComponent

Syntax

FreeComponent(Value: IComponent);

Parameters

Value - the component to be removed.

Description

The FreeComponent method allows to remove the component visually, but references to this component remains.

NOTE. To remove references to this component (i.e. to clear the storage) Null value should be set for the component.

See also:

IFormControl