IMsCalculationChainEntries.RemoveByKey

Fore Syntax

RemoveByKey(EntryKey: Integer): Boolean;

Fore.NET Syntax

RemoveByKey(EntryKey: integer): boolean;

Parameters

EntryKey. Element key of calculated chain.

Description

The RemoveByKey method removes the element of calculation chain by key.

Comments

The element is removed with all child elements. If removal is successful, the method returns True, otherwise it returns False.

See also:

IMsCalculationChainEntries