Move(IndexFrom: Integer, IndexTo: Integer);
Move(IndexFrom: integer; IndexTo: integer);
IndexFrom. Index position from what the attribute must be moved.
IndexTo. Index position to what the attribute must be moved.
The Move method moves an attribute inside the collection.
To work with the unique key attribute, use the IRdsUniqueKeyAttribute interface.
The method use is given in the example for IRdsUniqueKeyAttribute.Attribute.
See also: