IRdsAttributesList.Remove

Syntax

Remove(Index: Integer): Boolean;

Parameters

Index - index of the attribute that should be removed.

Description

The Remove method removes attribute from the collection by index and returns if removal is successful.

Comments

The method returns True if removal is successful.

See also:

IRdsAttributesList