Unit 'MUIClass.List' Package
[Overview][Types][Classes][Index] [#MUIClass]

TMUIList.Move

Move an entry from one position to another.

Declaration

Source position: MUIClass.List.pas line 95

public procedure TMUIList.Move(

  FromPos: Integer;

  ToPos: Integer

);

Arguments

FromPos

  

number of the first entry.

ToPos

  

number of the second entry.

Description

Possible special Entries

MUIV_List_Move_Top
Move as or to Top Entry
MUIV_List_Move_Active
Move the or to active the Active Entry
MUIV_List_Move_Bottom
Move the or to the Last Entry
MUIV_List_Move_Next
Move One Entry Down (only as to position)
MUIV_List_Move_Previous
Move One Entry Up (only as to position)

Documentation generated on: 2024-04-16