ctSetData

From Bohemia Interactive Community
Revision as of 17:46, 20 January 2022 by Lou Montana (talk | contribs) (Text replacement - "\|seealso= *\[\[([^ ]+)\]\], \[\[([^ ]+)\]\]" to "|seealso= $1 $2")
Jump to navigation Jump to search
Hover & click on the images for description

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