IMsDimIterateByDataStubs.RemoveByKey

Fore Syntax

RemoveByKey(Key: Integer): Boolean;

Fore.NET Syntax

RemoveByKey(Key: uinteger): boolean;

Parameters

Key. Key of removed data source.

Description

The RemoveByKey method removes data source with the specified key.

Comments

If the removal is successful, the method returns True, otherwise it returns False.

See also:

IMsDimIterateByDataStubs