Express > Express Assembly Interfaces > IEaxDataAreaTransformations > IEaxDataAreaTransformations.RemoveByKey
RemoveByKey(Key: Integer): Boolean;
Key. Key of data transformation formula.
The RemoveByKey method removes formula of data transformation from collection by its key.
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: