ctHeaderControls: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Bot: Reverted to revision 106458 by krzmbrzl on 2018-04-06T11:08:33Z)
m (template:command argument fix)
Line 8: Line 8:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Returns array of controls on the header with the given index. |= Description
| Returns array of controls on the header with the given index. |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| ctrl '''ctHeaderControls''' index |= Syntax
| ctrl '''ctHeaderControls''' index |SYNTAX=


|p1= ctrl: [[Control]] |= Parameter 1
|p1= ctrl: [[Control]] |PARAMETER1=
|p2= index: [[Number]] |= Parameter 2
|p2= index: [[Number]] |PARAMETER2=


| [[Array]] |= Return value
| [[Array]] |RETURNVALUE=


____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <code>_array = _control [[ctHeaderControls]] 0;</code> |= Example 1
|x1= <code>_array = _control [[ctHeaderControls]] 0;</code> |EXAMPLE1=


____________________________________________________________________________________________
____________________________________________________________________________________________


| [[ctAddRow]], [[ctAddHeader]], [[ctClear]], [[ctCurSel]], [[ctSetCurSel]], [[ctRowControls]], [[ctRowCount]], [[ctHeaderCount]], [[ctSetValue]], [[ctValue]], [[ctSetData]], [[ctData]], [[ctFindRowHeader]], [[ctFindHeaderRows]], [[ctRemoveRows]], [[ctRemoveHeaders]], [[ctSetRowTemplate]], [[ctSetHeaderTemplate]] |= See also
| [[ctAddRow]], [[ctAddHeader]], [[ctClear]], [[ctCurSel]], [[ctSetCurSel]], [[ctRowControls]], [[ctRowCount]], [[ctHeaderCount]], [[ctSetValue]], [[ctValue]], [[ctSetData]], [[ctData]], [[ctFindRowHeader]], [[ctFindHeaderRows]], [[ctRemoveRows]], [[ctRemoveHeaders]], [[ctSetRowTemplate]], [[ctSetHeaderTemplate]] |SEEALSO=


}}
}}

Revision as of 15:36, 7 April 2019

Hover & click on the images for description

Description

Description:
Returns array of controls on the header with the given index.
Groups:
Uncategorised

Syntax

Syntax:
ctrl ctHeaderControls index
Parameters:
ctrl: Control
index: Number
Return Value:
Array

Examples

Example 1:
_array = _control ctHeaderControls 0;

Additional Information

See also:
ctAddRowctAddHeaderctClearctCurSelctSetCurSelctRowControlsctRowCountctHeaderCountctSetValuectValuectSetDatactDatactFindRowHeaderctFindHeaderRowsctRemoveRowsctRemoveHeadersctSetRowTemplatectSetHeaderTemplate

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