Difference between revisions of "lnbClear"
Jump to navigation
Jump to search
(syntax, example & note removed) |
Lou Montana (talk | contribs) m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ |()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}") |
||
(32 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | {{RV|type=command |
− | |||
− | | arma2 | + | | arma2 |
− | |1.00 | + | |1.00 |
− | |||
− | | | + | |gr1= GUI Control - ListNBox |
− | |||
− | | | + | | Clears all items in the given listbox or combobox. |
− | |||
− | |||
− | + | | [[lnbClear]] idc | |
− | | | + | |p1= idc: [[Number]] |
− | |||
− | |||
− | + | | [[Nothing]] | |
− | | | + | |s2= [[lnbClear]] ctrl |
− | |||
− | | [[ | + | |p21= ctrl: [[Control]] |
− | | | + | |r2= [[Nothing]] |
− | + | ||
+ | |x1= <code>[[lnbClear]] _ctrl;</code> | ||
+ | |||
+ | |seealso= [[lnbAddArray]], [[lnbAddColumn]], [[lnbAddRow]], [[lnbColor]], [[lnbCurSelRow]], [[lnbData]], [[lnbDeleteColumn]], [[lnbDeleteRow]], [[lnbGetColumnsPosition]], [[lnbPicture]], [[lnbSetColor]], [[lnbSetColumnsPos]], [[lnbSetCurSelRow]], [[lnbSetData]], [[lnbSetPicture]], [[lnbSetText]], [[lnbSetValue]], [[lnbSize]], [[lnbText]], [[lnbValue]] | ||
}} | }} | ||
− | + | {{GameCategory|arma3|Scripting Commands}} | |
− | + | {{GameCategory|tkoh|Scripting Commands}} | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 23:54, 16 February 2021
Hover & click on the images for descriptions
Description
- Description:
- Clears all items in the given listbox or combobox.
Syntax
Alternative Syntax
Examples
- Example 1:
lnbClear _ctrl;
Additional Information
- See also:
- lnbAddArraylnbAddColumnlnbAddRowlnbColorlnbCurSelRowlnbDatalnbDeleteColumnlnbDeleteRowlnbGetColumnsPositionlnbPicturelnbSetColorlnbSetColumnsPoslnbSetCurSelRowlnbSetDatalnbSetPicturelnbSetTextlnbSetValuelnbSizelnbTextlnbValue
- Groups:
- GUI Control - ListNBox