IMetaDataMemberCollection.Move

Syntax

Move(IndexFrom: Integer; IndexTo: Integer): Boolean;

Parameters

IndexFrom - index of a position of a record, which should be moved.

IndexTo - index of a position, into which a record should be moved.

Description

The Move method moves records in the collection by indexes. The method returns True if moving is successful.

See also:

IMetaDataMemberCollection