Below is a list of the user defined functions for catagory: GuiList Management.
Click on a user defined function name for a detailed description.
User Defined Function | Description |
_GUICtrlListAddDir | Add File/Folder names to the list displayed by the list box |
_GUICtrlListAddItem | Add an item to the List |
_GUICtrlListClear | Remove all items from the list box |
_GUICtrlListCount | Get the number of items in the list box |
_GUICtrlListDeleteItem | Delete an Item from the List |
_GUICtrlListFindString | Return the index of matching item |
_GUICtrlListGetAnchorIndex | Get the Anchor Index |
_GUICtrlListGetCaretIndex | Return index of item that has the focus rectangle |
_GUICtrlListGetHorizontalExtent | Retrieve from a list box the the scrollable width (pixels) |
_GUICtrlListGetInfo | Retrieve the number of items per column in a specified list box. |
_GUICtrlListGetItemRect | Retrieve the dimensions of the rectangle that bounds a list box item. |
_GUICtrlListGetLocale | Current Locale of the listbox |
_GUICtrlListGetSelCount | Get the number of items selected |
_GUICtrlListGetSelItems | Get item indices of selected items |
_GUICtrlListGetSelItemsText | Get the text of selected items |
_GUICtrlListGetSelState | Get the selection state of item |
_GUICtrlListGetText | Returns the item (string) at the specified index |
_GUICtrlListGetTextLen | Alternative to StringLen |
_GUICtrlListGetTopIndex | Retrieve the index of the first visible item in a list |
_GUICtrlListInsertItem | Insert a string into the list |
_GUICtrlListReplaceString | Replaces the text of an item at index |
_GUICtrlListSelectedIndex | Return the index of selected item |
_GUICtrlListSelectIndex | Select a string and scroll it into view, if necessary |
_GUICtrlListSelectString | Select item using search string |
_GUICtrlListSelItemRange | Select range by index in a multiple-selection list box |
_GUICtrlListSelItemRangeEx | Selects items from $i_start to $i_stop |
_GUICtrlListSetAnchorIndex | Set the Anchor Index |
_GUICtrlListSetCaretIndex | Set the focus rectangle to the item at the specified index. |
_GUICtrlListSetHorizontalExtent | Set the width, in pixels, by which a list box can be scrolled horizontally |
_GUICtrlListSetLocale | Set the locale |
_GUICtrlListSetSel | Select string(s) in a multiple-selection list box |
_GUICtrlListSetTopIndex | Ensure that a particular item in a list box is visible |
_GUICtrlListSort | Re-sorts list box if it has the $LBS_SORT style |
_GUICtrlListSwapString | Swaps the text of two items at the specified indices |