Show contents 

Express > Express Assembly Interfaces > IEaxDataAreaTransformations > IEaxDataAreaTransformations.RemoveByKey

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 data transformation formula from the collection by its index, use IEaxDataAreaTransformations.Remove.

See also:

IEaxDataAreaTransformations