ctFindHeaderRows: Difference between revisions

From Bohemia Interactive Community
m (Some wiki formatting)
mNo edit summary
 
Line 16: Line 16:
|p2= index: [[Number]] - header's index
|p2= index: [[Number]] - header's index


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


|x1= <sqf>private _indices = _control ctFindHeaderRows 0;</sqf>
|x1= <sqf>private _indices = _control ctFindHeaderRows 0;</sqf>

Latest revision as of 11:48, 1 January 2026

Hover & click on the images for description

Description

Description:
Gets array of indices of rows under this header.
Groups:
GUI Control - Controls Table

Syntax

Syntax:
ctrl ctFindHeaderRows index
Parameters:
ctrl: Control
index: Number - header's index
Return Value:
Array of Numbers

Examples

Example 1:
private _indices = _control ctFindHeaderRows 0;

Additional Information

See also:
ctAddRow ctAddHeader ctClear ctCurSel ctSetCurSel ctRowControls ctHeaderControls ctRowCount ctHeaderCount ctSetValue ctValue ctSetData ctData ctFindRowHeader 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