Remove(Index: Integer): Boolean;
Remove(Index: integer): boolean;
Index. Selection index in the set.
The Remove method removes the specified selection from the set.
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: