lnbCurSelRow: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "lnbsetColumnsPos" to "lnbSetColumnsPos")
(syntax & example)
Line 10: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''lnbCurSelRow''' idc |= Syntax
| [[lnbCurSelRow]] idc([[Number]]) |= Syntax


|p1= idc: [[Number]] |= PARAMETER1  
|p1= idc: [[Number]] |= PARAMETER1  


|p2= |= PARAMETER2
| [[Number]] |= RETURNVALUE
 
____________________________________________________________________________________________
 
| s2= [[lnbCurSelRow]] _ctrl([[Control]]) |= Syntax


|p3= |= PARAMETER3
| p21= _ctrl: [[Control]] |= PARAMETER1


| [[Number]] |= RETURNVALUE  
| r2= [[Number]] |= RETURNVALUE  


____________________________________________________________________________________________


|x1= <code>{{Example needed}}</code>|= Example 1
|x1= <code>[[lnbCurSelRow]] _ctrl;</code>|= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 13:38, 9 September 2014

Hover & click on the images for description

Description

Description:
Returns the index of the selected row id 2D listbox.
Groups:
Uncategorised

Syntax

Syntax:
lnbCurSelRow idc(Number)
Parameters:
idc: Number
Return Value:
Number

Alternative Syntax

Syntax:
lnbCurSelRow _ctrl(Control)
Parameters:
_ctrl: Control
Return Value:
Number

Examples

Example 1:
lnbCurSelRow _ctrl;

Additional Information

See also:
lnbAddArraylnbAddColumnlnbAddRowlnbClearlnbColorlnbDatalnbDeleteColumnlnbDeleteRowlnbGetColumnsPositionlnbPicturelnbSetColorlnbSetColumnsPoslnbSetCurSelRowlnbSetDatalnbSetPicturelnbSetTextlnbSetValuelnbSizelnbTextlnbValue

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