Jump to content

SpQueryLboxSelectedItem

From EDM2
Revision as of 14:02, 1 April 2015 by Martini (talk | contribs) (Created page with " Returns the index of the selected item in the List Box (for single selection only). '''Syntax:''' item = spQueryLboxSelectedItem ( hwndLbox ) '''Parameter:''' hwndLbox – ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Returns the index of the selected item in the List Box (for single selection only).

Syntax: item = spQueryLboxSelectedItem ( hwndLbox )

Parameter: hwndLbox – List box handle.

Returns: Index of the selected item in the list box.