ctRowControls: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " <h3 style="display:none">Notes</h3> <dl class="command_description"> <!-- Note Section BEGIN --> <!-- Note Section END --> </dl> " to "")
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...)
Line 1: Line 1:
{{Command|Comments=
{{Command


|arma3 |Game name=
|arma3
|1.70|Game Version=
|1.70
|arg= local |Multiplayer Arguments=
|arg= local
|eff= local |Multiplayer Effects=
|eff= local


|gr1= GUI Control - Controls Table |GROUP1=
|gr1= GUI Control - Controls Table


| Returns array of controls on the row with the given index. |DESCRIPTION=
| Returns array of controls on the row with the given index.


| [[Array]] <nowiki>=</nowiki> [[Control]] '''ctRowControls''' [[Number]] |SYNTAX=
| [[Array]] <nowiki>=</nowiki> [[Control]] '''ctRowControls''' [[Number]]


|p1= control: [[Control]] |PARAMETER1=
|p1= control: [[Control]]
|p2= index: [[Number]] |PARAMETER2=
|p2= index: [[Number]]


| [[Array]] |RETURNVALUE=
| [[Array]]


   
   
|x1= <code>_array = _control [[ctRowControls]] 0;</code> |EXAMPLE1=
|x1= <code>_array = _control [[ctRowControls]] 0;</code>




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


}}
}}

Revision as of 01:11, 18 January 2021

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:
Array = Control ctRowControls Number
Parameters:
control: Control
index: Number
Return Value:
Array

Examples

Example 1:
_array = _control ctRowControls 0;

Additional Information

See also:
ctAddRowctAddHeaderctClearctCurSelctSetCurSelctHeaderControlsctRowCountctHeaderCountctSetValuectValuectSetDatactDatactFindRowHeaderctFindHeaderRowsctRemoveRowsctRemoveHeadersctSetRowTemplatectSetHeaderTemplate

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

Bottom Section