IAdhocParamSynchronization.Remove

Fore Syntax

Remove(Index: Integer): Boolean;

Fore.NET Syntax

None;

Parameters

Index. Index of the link to be removed.

Description

The Remove method removes the specified link from the collection.

Comments

Indexing of links in the collection is continuous and starts with zero. To get the number of links in the collection, use the IAdhocSyncParams.Count property.

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

Fore Example

The property use is given in the example for IAdhocSynchronization.Params.

See also:

IAdhocParamSynchronization