lbIsSelected: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 2: Line 2:
____________________________________________________________________________________________
____________________________________________________________________________________________


| ofpr |= Game name
| arma |= Game name


|1.5|= Game version
|2.91|= Game version
____________________________________________________________________________________________
____________________________________________________________________________________________


| Return picture name in item with given index of listbox or combobox with id idc of topmost user [[dialog]]. |= Description
| Check whether given row of the given listbox is selected. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''lbPicture index''' |= Syntax
| control '''lbIsSelected''' index |= Syntax


|p1= [idc, index]: [[Array]] |= Parameter 1
|p1= control: [[Control]] |= Parameter 1
 
|p2= index: [[Number]] |= Parameter 2


| [[String]] |= Return value
| [[String]] |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <pre>_picture = lbPicture [101, 0]</pre> |= Example 1
|x1= <pre>_selected = _control lbIsSelected 0</pre> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 13:03, 2 August 2006

-wrong parameter ("Arma") defined!-2.91
Hover & click on the images for description

Description

Description:
Check whether given row of the given listbox is selected.
Groups:
Uncategorised

Syntax

Syntax:
control lbIsSelected index
Parameters:
control: Control
index: Number
Return Value:
String

Examples

Example 1:
_selected = _control lbIsSelected 0

Additional Information

See also:
See also needed

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Bottom Section