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 a calculation chain element by its 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