SortList
From IfsoGUIWiki
Contents |
Declaration
SortList(bDesc:Int = False, bSortAsInt:Int = False, bData:Int = False)
SortList(iColumn:Int, bDesc:Int = False, bSortAsInt:Int = False, bData:Int = False) (For Multi-Column Listbox)
Sorts the list.
Returns
Nothing
Parameters
- iColumn:Int - Column to sort on. (Multi-Column Listbox only).
- bDesc:Int = False - True or False to sort Descending or Ascending.
- bSortAsInt:Int = False - True or False, whether the columns being sorted should be sorted as Integers or Alphanumeric.
- bData:Int = False - True or False, whether the column should be sorted by the Data field.
Gadget Information
Pertains to Listbox, Combobox, and Multi-Column Listbox.
