IFormControl.FreeComponent

Syntax

FreeComponent(Value: IComponent);

Parameters

Value - component to be removed.

Description

The FreeComponent method enables the user to remove the component visually, but links to this component remain.

NOTE. To remove links to this component (that is, to clear memory), set the removed object to Null.

See also:

IFormControl