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 described in the example for IRdsNonUniqueKeyAttribute.Attribute.
See also: