IValidationSelectionValueList.Remove

Syntax

Remove(Index: Integer): Boolean;

Parameters

Index. Selection index in the set.

Description

The Remove method removes the specified selection from the set.

Comments

Selection indexing in the set is continuous and starts with zero. To get the number of selections in the set, use the IValidationSelectionValueList.Item property.

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

See also:

IValidationSelectionValueList