ctSetData: Difference between revisions
Jump to navigation
Jump to search
m (not in Update) |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
(55 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=command | ||
| | |game1= arma3 | ||
|1. | |version1= 1.70 | ||
|arg= local | |arg= local | ||
|eff= local | |eff= local | ||
| | |gr1= GUI Control - Controls Table | ||
| | |descr= Associates metadata (string) with the row determined by the index. Returns Nothing. | ||
| | |s1= ctrl [[ctSetData]] [index, data] | ||
| [[ | |p1= ctrl: [[Control]] - the respective control | ||
|p2= index: [[Number]] - the row index | |||
| | |||
|p3= data: [[String]] - the data to set | |||
| [[ | |r1= [[Nothing]] | ||
|x1= <sqf>_control ctSetData [0, "Test"];</sqf> | |||
|seealso= [[ctAddRow]] [[ctAddHeader]] [[ctClear]] [[ctCurSel]] [[ctSetCurSel]] [[ctRowControls]] [[ctHeaderControls]] [[ctRowCount]] [[ctHeaderCount]] [[ctSetValue]] [[ctValue]] [[ctData]] [[ctFindRowHeader]] [[ctFindHeaderRows]] [[ctRemoveRows]] [[ctRemoveHeaders]] [[ctSetRowTemplate]] [[ctSetHeaderTemplate]] | |||
}} | }} | ||
Latest revision as of 21:34, 7 May 2022
Description
- Description:
- Associates metadata (string) with the row determined by the index. Returns Nothing.
- Groups:
- GUI Control - Controls Table
Syntax
- Syntax:
- ctrl ctSetData [index, data]
- Parameters:
- ctrl: Control - the respective control
- index: Number - the row index
- data: String - the data to set
- Return Value:
- Nothing
Examples
- Example 1:
- _control ctSetData [0, "Test"];
Additional Information
- See also:
- ctAddRow ctAddHeader ctClear ctCurSel ctSetCurSel ctRowControls ctHeaderControls ctRowCount ctHeaderCount ctSetValue ctValue ctData ctFindRowHeader ctFindHeaderRows ctRemoveRows ctRemoveHeaders ctSetRowTemplate ctSetHeaderTemplate
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