lnbAddColumn: Difference between revisions
Jump to navigation
Jump to search
m (Text replace - "{{uc:{{PAGENAME}}}}" to "{{uc:{{PAGENAME}}}} {{uc:{{PAGENAME}}}}") |
Fred Gandt (talk | contribs) m (General tidy + "see also") |
||
Line 7: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Adds an item with the given text to the given listbox or combobox. It returns the index of the newly added item. |= Description | | Adds an item with the given text to the given listbox or combobox. | ||
<br> | |||
It returns the index of the newly added item. |= Description | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 17: | Line 19: | ||
|x1= <code>((findDisplay 1) displayCtrl 10) lnbAddColumn 0.16;</code>|= | |x1= <code>(([[findDisplay]] 1) [[displayCtrl]] 10) [[lnbAddColumn]] 0.16;</code>|= Example 1 | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[lnbDeleteColumn]], [[ | | [[lnbAddArray]], [[lnbAddRow]], [[lnbClear]], [[lnbColor]], [[lnbCurSelRow]], [[lnbData]], [[lnbDeleteColumn]], [[lnbDeleteRow]], [[lnbGetColumnsPosition]], [[lnbPicture]], [[lnbSetColor]], [[lnbsetColumnsPos]], [[lnbSetCurSelRow]], [[lnbSetData]], [[lnbSetPicture]], [[lnbSetText]], [[lnbSetValue]], [[lnbSize]], [[lnbText]], [[lnbValue]]General tidy + "see also" |= SEEALSO | ||
| |= MPBEHAVIOUR | | |= MPBEHAVIOUR |
Revision as of 05:40, 11 April 2014
Description
- Description:
- Adds an item with the given text to the given listbox or combobox.
It returns the index of the newly added item. - Groups:
- Uncategorised
Syntax
- Syntax:
- control lnbAddColumn position
- Parameters:
- control: Control -
- position: Number -
- Return Value:
- Number
Examples
- Example 1:
((findDisplay 1) displayCtrl 10) lnbAddColumn 0.16;
Additional Information
- See also:
- lnbAddArraylnbAddRowlnbClearlnbColorlnbCurSelRowlnbDatalnbDeleteColumnlnbDeleteRowlnbGetColumnsPositionlnbPicturelnbSetColorlnbsetColumnsPoslnbSetCurSelRowlnbSetDatalnbSetPicturelnbSetTextlnbSetValuelnbSizelnbTextlnbValueGeneral tidy + "see also"
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