IRdsUniqueKeyAttributes.Move

Syntax

Move(IndexFrom: Integer, IndexTo: Integer);

Parameters

IndexFrom. Index position from what the attribute must be moved.

IndexTo. Index position to what the attribute must be moved.

Description

The Move method moves an attribute inside the collection.

Comments

To work with the unique key attribute, use the IRdsUniqueKeyAttribute interface.

Example

The method use is given in the example for IRdsUniqueKeyAttribute.Attribute.

See also:

IRdsUniqueKeyAttributes