IMetaDataMemberCollection.MoveObject

Syntax

MoveObject(Item: IMetaDataMember; Position: Integer): Boolean;

Parameters

Item - record that should be moved.

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

Description

The MoveObject method moves a specified record in a collection. The method returns True if moving is successful.

See also:

IMetaDataMemberCollection