IAdhocSyncParams.Remove

Syntax

Remove(Index: Integer): Boolean;

Parameters

Index. Index of parameter to be removed.

Description

The Remove method removes the specified parameter from the collection.

Comments

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

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

See also:

IAdhocSyncParams