IEaxDataAreaTransformations.RemoveByKey

Syntax

RemoveByKey(Key: Integer): Boolean;

Parameters

Key. Key of data transformation formula.

Description

The RemoveByKey method removes formula of data transformation from collection by its key.

Comments

If transformation formula is removed, the method returns True.

To remove formula of data transformation from collection by its index, use IEaxDataAreaTransformations.Remove.

See also:

IEaxDataAreaTransformations