Gambas Documentation
Documents

_TreeView_Item.MoveBefore (gb.qt4)

Sub MoveBefore ( [ Key As String ] )

Move the item just before the item whose key is given by the Key parameter.

The two items must have the same parent.

If Key is not specified, make the item the last child of its parent.