lnbDeleteRow: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " +" to " ")
m (Text replacement - " \| *(([^=\| ]+)('''|\[\[)([^=\| ]+)) * +\|p1=" to " |s1= $1 |p1=")
Line 17: Line 17:
| Removes row with the given index from the given listbox or combobox.
| Removes row with the given index from the given listbox or combobox.


| _ctrl [[lnbDeleteRow]] row
|s1=  _ctrl [[lnbDeleteRow]] row
 
|p1= _ctrl: [[Control]]
|p1= _ctrl: [[Control]]
|p2= row: [[Number]]
|p2= row: [[Number]]

Revision as of 00:11, 13 June 2021

Hover & click on the images for description

Description

Description:
Description needed
Groups:
GUI Control - ListNBox

Syntax

Syntax:
_ctrl lnbDeleteRow row
Parameters:
_ctrl: Control
row: Number
Return Value:
Nothing

Examples

Example 1:
_ctrl lnbDeleteRow 1;

Additional Information

See also:
lnbAddArraylnbAddColumnlnbAddRowlnbClearlnbColorlnbCurSelRowlnbDatalnbDeleteColumnlnbGetColumnsPositionlnbPicturelnbSetColorlnbSetColumnsPoslnbSetCurSelRowlnbSetDatalnbSetPicturelnbSetTextlnbSetValuelnbSizelnbTextlnbValue

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