IRdsElementsSorter.Move

Syntax

Move: (SourceKey: Integer; TargetKey: Integer; MoveType: RdsMoveType);

Parameters

SourceKey. Key of the element that should be moved.

TargetKey. Key of the element, relative to which the move is executed.

MoveType. Position to which element of the MDM dictionary is moved.

Description

The Move method moves the element, passed by the SourceKey parameter, to the specified position relative to the element passed by the TargetKey parameter.

See also:

IRdsElementsSorter