lbSetText: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "More information on the LB command family can be found here" to "More information on the CT_LISTBOX command family can be found here.") |
Lou Montana (talk | contribs) m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ |()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}") |
||
Line 33: | Line 33: | ||
|x2= <code>_control [[lbSetText]] [0, "iskoda"];</code> | |x2= <code>_control [[lbSetText]] [0, "iskoda"];</code> | ||
| [[lbAdd]], [[lbClear]], [[lbColor]], [[lbCurSel]], [[lbData]], [[lbDelete]], [[lbIsSelected]], [[lbPicture]], [[lbSelection]], [[lbSetColor]], [[lbSetCurSel]], [[lbSetData]], [[lbSetSelected]], [[lbSetTextRight]], [[lbSetTooltip]], [[lbSetValue]], [[lbSize]], [[lbSort]], [[lbSortByValue]], [[lbText]], [[lbValue]], [[lbSetPicture]], [[lbSetPictureColor]] | |seealso= [[lbAdd]], [[lbClear]], [[lbColor]], [[lbCurSel]], [[lbData]], [[lbDelete]], [[lbIsSelected]], [[lbPicture]], [[lbSelection]], [[lbSetColor]], [[lbSetCurSel]], [[lbSetData]], [[lbSetSelected]], [[lbSetTextRight]], [[lbSetTooltip]], [[lbSetValue]], [[lbSize]], [[lbSort]], [[lbSortByValue]], [[lbText]], [[lbValue]], [[lbSetPicture]], [[lbSetPictureColor]] | ||
}} | }} | ||
Revision as of 23:48, 16 February 2021
Description
- Description:
- Description needed
- Groups:
- GUI Control - ListBox
Syntax
- Syntax:
- Syntax needed
- Parameters:
- [idc, index, name]: Array
- idc: Number of control
- index: Number
- name: String
- Return Value:
- Return value needed
Alternative Syntax
- Syntax:
- control lbSetText [index, name]
- Parameters:
- control: Control
- [index, name]: Array
- index: Number
- name: String
- Return Value:
- Nothing
Examples
Additional Information
- See also:
- lbAddlbClearlbColorlbCurSellbDatalbDeletelbIsSelectedlbPicturelbSelectionlbSetColorlbSetCurSellbSetDatalbSetSelectedlbSetTextRightlbSetTooltiplbSetValuelbSizelbSortlbSortByValuelbTextlbValuelbSetPicturelbSetPictureColor
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
- Posted: Sep 10 2014
- ffur2007slx2_5
- More information on the CT_LISTBOX command family can be found here.