TSignalGeneratorList.Move Method

procedure Move(CurIndex: Integer; NewIndex: Integer);

Changes the position of an item in the Items array.

#NameTypeDescription
1CurIndexInteger
2NewIndexInteger

Result: stored in self (calling object)

Remarks:

Call Move to move the item at the position CurIndex so that it occupies the position NewIndex. Indexes are zero based.