Unit 'ComCtrls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

TListItems.Move

Moves the list item at the specified position to a new position in the list.

Declaration

Source position: comctrls.pp line 1164

public procedure TListItems.Move(

  const AFromIndex: Integer;

  const AToIndex: Integer

);