ctRowControls: Difference between revisions

From Bohemia Interactive Community
m (Text replacement - "<code>_([a-zA-Z0-9_]+) += +_([a-zA-Z0-9_]+) +\[\[([a-zA-Z0-9_]+)\]\] +([0-9]+) *;?<\/code>" to "<sqf>_$1 = _$2 $3 $4;</sqf>")
mNo edit summary
 
Line 15: Line 15:
|p2= index: [[Number]]
|p2= index: [[Number]]


|r1= [[Array]]
|r1= [[Array]] of [[Control]]s


|x1= <sqf>_array = _control ctRowControls 0;</sqf>
|x1= <sqf>_array = _control ctRowControls 0;</sqf>

Latest revision as of 11:46, 1 January 2026

Hover & click on the images for description

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:
_array = _control ctRowControls 0;

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