ctRowControls: Difference between revisions
Lou Montana (talk | contribs) m (Text replacement - "\| *arma3 * * *\| *([0-2]\.[0-9]{2}) * " to "|game1= arma3 |version1= $1 ") |
BrettMayson (talk | contribs) mNo edit summary |
||
| (21 intermediate revisions by 2 users not shown) | |||
| Line 10: | Line 10: | ||
|descr= Returns array of controls on the row with the given index. | |descr= Returns array of controls on the row with the given index. | ||
|s1= | |s1= control [[ctRowControls]] index | ||
|p1= control: [[Control]] | |p1= control: [[Control]] | ||
|p2= index: [[Number]] | |p2= index: [[Number]] | ||
|r1= [[Array]] | |r1= [[Array]] of [[Control]]s | ||
|x1= < | |x1= <sqf>_array = _control ctRowControls 0;</sqf> | ||
|seealso= [[ctAddRow]] | |seealso= [[ctAddRow]] [[ctAddHeader]] [[ctClear]] [[ctCurSel]] [[ctSetCurSel]] [[ctHeaderControls]] [[ctRowCount]] [[ctHeaderCount]] [[ctSetValue]] [[ctValue]] [[ctSetData]] [[ctData]] [[ctFindRowHeader]] [[ctFindHeaderRows]] [[ctRemoveRows]] [[ctRemoveHeaders]] [[ctSetRowTemplate]] [[ctSetHeaderTemplate]] | ||
}} | }} | ||
Latest revision as of 12:46, 1 January 2026
Description
- Description:
- Returns array of controls on the row with the given index.
- Groups:
- GUI Control - Controls Table
Syntax
- Syntax:
- control ctRowControls index
- Parameters:
- control: Control
- index: Number
- Return Value:
- Array of Controls
Examples
- Example 1:
Additional Information
- See also:
- ctAddRow ctAddHeader ctClear ctCurSel ctSetCurSel ctHeaderControls ctRowCount ctHeaderCount ctSetValue ctValue ctSetData ctData ctFindRowHeader ctFindHeaderRows ctRemoveRows ctRemoveHeaders ctSetRowTemplate ctSetHeaderTemplate
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord.
Only post proven facts here! Add Note