ctCurSel: Difference between revisions
 (Created page with "{{Command|= Comments ____________________________________________________________________________________________  |arma3dev |= Game |1.68|= Game Version |arg= local |= Argume...")  | 
				No edit summary  | 
				||
| Line 23: | Line 23: | ||
____________________________________________________________________________________________  | ____________________________________________________________________________________________  | ||
| [[ctAddRow]], [[ctAddHeader]], [[ctClear]], [[ctSetCurSel]], [[ctRowControls]], [[ctHeaderControls]], [[ctRowCount]], [[ctHeaderCount]], [[ctSetValue]], [[ctValue]], [[ctSetData]], [[ctData]], [[ctFindRowHeader]], [[ctFindHeaderRows]], [[ctRemoveRows]], [[ctRemoveHeaders]], [[  | | [[ctAddRow]], [[ctAddHeader]], [[ctClear]], [[ctSetCurSel]], [[ctRowControls]], [[ctHeaderControls]], [[ctRowCount]], [[ctHeaderCount]], [[ctSetValue]], [[ctValue]], [[ctSetData]], [[ctData]], [[ctFindRowHeader]], [[ctFindHeaderRows]], [[ctRemoveRows]], [[ctRemoveHeaders]], [[ctSetRowTemplate]], [[ctSetHeaderTemplate]] |= See also  | ||
}}  | }}  | ||
Revision as of 13:16, 21 February 2017
Description
- Description:
 - Returns index of the selected row. Will take only rows, but not headers into account.
 - Groups:
 - Uncategorised
 
Syntax
Examples
- Example 1:
 _curSel = ctCurSel _control;
Additional Information
- See also:
 - ctAddRowctAddHeaderctClearctSetCurSelctRowControlsctHeaderControlsctRowCountctHeaderCountctSetValuectValuectSetDatactDatactFindRowHeaderctFindHeaderRowsctRemoveRowsctRemoveHeadersctSetRowTemplatectSetHeaderTemplate
 
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 
[[Category:Introduced with arma3dev version 1.68]][[ Category: arma3dev: New Scripting Commands | CTCURSEL]][[ Category: arma3dev: Scripting Commands | CTCURSEL]]
Notes
Bottom Section