ctCurSel: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (beautified syntax)
Line 11: Line 11:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[Number]] <nowiki>=</nowiki> '''ctCurSel''' [[Control]] |= Syntax
| '''ctCurSel''' ctrl |= Syntax


|p1= control: [[Control]] |= Parameter 1
|p1= ctrl: [[Control]] |= Parameter 1


| [[Number]] |= Return value
| [[Number]] |= Return value

Revision as of 13:06, 6 April 2018

Hover & click on the images for description

Description

Description:
Returns index of the selected row. Will take only rows, but not headers into account.
Groups:
Uncategorised

Syntax

Syntax:
ctCurSel ctrl
Parameters:
ctrl: Control
Return Value:
Number

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

Notes

Bottom Section