FastQuickSortDataDesc
From IfsoGUIWiki
Internal Method/Function - Should only be called by the GUI and or a gadget.
Contents |
Declaration
FastQuickSortDataDesc(array:ifsoGUI_ListItem[]) - ListBox (Function)
FastQuickSortDataDesc(iCol:Int) - Multi-Column ListBox (Method)
Sorts the list descending by the item data for a Listbox, and by cell data for a Multi-Column Listbox.
Returns
Nothing
Parameters
- array:ifsoGUI_ListItem[] - Array of ifsoGUI_ListItems to sort.
- iCol:Int - Column index (Integer) to sort by.
Gadget Information
Pertains to Listbox and Multi-Column Listbox.
Internal Method/Function - Should only be called by the GUI and or a gadget.
