tvExpandAll: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
m (template:command argument fix)
Line 11: Line 11:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Expands all tree items for the given Tree View. |= Description
| Expands all tree items for the given Tree View. |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''tvExpandAll''' idc |= Syntax
| '''tvExpandAll''' idc |SYNTAX=


|p1= idc: [[Number]] |PARAMETER1=  
|p1= idc: [[Number]] |PARAMETER1=  
Line 21: Line 21:
____________________________________________________________________________________________
____________________________________________________________________________________________


| s2=  [[tvExpandAll]] control |= Syntax
| s2=  [[tvExpandAll]] control |SYNTAX=


| p21= control: [[Control]] |PARAMETER1=  
| p21= control: [[Control]] |PARAMETER1=  
Line 28: Line 28:
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code>[[tvExpandAll]] 101;</code> |= Example 1
|x1= <code>[[tvExpandAll]] 101;</code> |EXAMPLE1=


|x2= <code>[[tvExpandAll]] _ctrl;</code> |= Example2
|x2= <code>[[tvExpandAll]] _ctrl;</code> |EXAMPLE2=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[tvExpand]], [[tvAdd]], [[tvClear]], [[tvCollapse]], [[tvCount]], [[tvCurSel]], [[tvData]], [[tvDelete]], [[tvPicture]], [[tvSetCurSel]], [[tvSetData]], [[tvSetPicture]], [[tvSetValue]], [[tvSort]], [[tvSortByValue]], [[tvText]], [[tvValue]] |= See Also
| [[tvExpand]], [[tvAdd]], [[tvClear]], [[tvCollapse]], [[tvCount]], [[tvCurSel]], [[tvData]], [[tvDelete]], [[tvPicture]], [[tvSetCurSel]], [[tvSetData]], [[tvSetPicture]], [[tvSetValue]], [[tvSort]], [[tvSortByValue]], [[tvText]], [[tvValue]] |SEEALSO=


|  |MPBEHAVIOUR=  
|  |MPBEHAVIOUR=  

Revision as of 15:50, 7 April 2019

Hover & click on the images for description

Description

Description:
Expands all tree items for the given Tree View.
Groups:
Uncategorised

Syntax

Syntax:
tvExpandAll idc
Parameters:
idc: Number
Return Value:
Nothing

Alternative Syntax

Syntax:
tvExpandAll control
Parameters:
control: Control
Return Value:
Nothing

Examples

Example 1:
tvExpandAll 101;
Example 2:
tvExpandAll _ctrl;

Additional Information

See also:
tvExpandtvAddtvCleartvCollapsetvCounttvCurSeltvDatatvDeletetvPicturetvSetCurSeltvSetDatatvSetPicturetvSetValuetvSorttvSortByValuetvTexttvValue

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