Remove(Index: Integer): Boolean;
Index. Index of the link to be removed.
The Remove method removes the specified link from the collection.
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.
The property use is given in the example for IAdhocSynchronization.Params.
See also: