lbIsSelected: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 26: Line 26:


'''Example:'''
'''Example:'''
_selected = _control '''lbIsSelected''' 0
_selected = _control '''lbIsSelected''' 0

Revision as of 02:03, 30 June 2006


control lbIsSelected index


Operand types:

control: Control

index Number

Type of returned value:

Boolean

Compatibility:

Version 2.91 required.

Description:

Check whether given row of the given listbox is selected.


Example:

_selected = _control lbIsSelected 0