lnbCurSelRow

From Bohemia Interactive Community
Revision as of 13:38, 9 September 2014 by Ffur2007slx2 5 (talk | contribs) (syntax & example)
Jump to navigation Jump to search
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