lnbClear

From Bohemia Interactive Community
Revision as of 12:19, 9 September 2014 by Ffur2007slx2 5 (talk | contribs) (syntax, example & note removed)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Clears all items in the given listbox or combobox.
Groups:
Uncategorised

Syntax

Syntax:
lnbClear idc(Number)
Parameters:
idc: Number
Return Value:
Nothing

Alternative Syntax

Syntax:
lnbClear _ctrl(Control)
Parameters:
_ctrl: Control
Return Value:
Nothing

Examples

Example 1:
lnbClear _ctrl;

Additional Information

See also:
lnbAddArraylnbAddColumnlnbAddRowlnbColorlnbCurSelRowlnbDatalnbDeleteColumnlnbDeleteRowlnbGetColumnsPositionlnbPicturelnbSetColorlnbSetColumnsPoslnbSetCurSelRowlnbSetDatalnbSetPicturelnbSetTextlnbSetValuelnbSizelnbTextlnbValue

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