lbSetSelected: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
 
mNo edit summary
Line 29: Line 29:
'''Example'''
'''Example'''


_control '''lbSetSelection''' [0, true]
_control '''lbSetSelected''' [0, true]

Revision as of 02:31, 30 June 2006


control lbSetSelected [index, selected]


Operand types:

control: Control

[index, selected]: Array

Type of returned value:

Nothing

Compatibility:

Version 2.91 required.

Description:

Set the selection state of the given row of the given listbox.

Listbox must support multiple selection.


Example

_control lbSetSelected [0, true]