lnbDeleteRow: Difference between revisions

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


| control '''lnbDeleteRow''' row |= Syntax
| _ctrl [[lnbDeleteRow]] row |= Syntax
|p1= control: [[Control]] - |= PARAMETER1  
|p1= _ctrl: [[Control]]  |= PARAMETER1  
|p2= row: [[Number]] - |= PARAMETER2  
|p2= row: [[Number]]  |= PARAMETER2  
|p3= |= PARAMETER3
| Nothing |= RETURNVALUE  
| [[Nothing]] |= RETURNVALUE  
____________________________________________________________________________________________


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



Revision as of 14:12, 9 September 2014

Hover & click on the images for description

Description

Description:
Removes row with the given index from the given listbox or combobox.
Groups:
Uncategorised

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

Notes

Bottom Section