guiListGetSelected (Function) |
Top Previous Next |
This function returns the index of the selected item in the list. When the selection is changed, the list selection changed event is sent.
Input: list : SYSHANDLE The handle to the list to find the selection in.
Returns: INT
Declaration: FUNCTION guiListGetSelected : INT;
Example: INCLUDE rtcu.inc |