tvCollapse: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (meh + "see also")
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Collapses tree item pointed to by the path. IDC means id of parent Tree View |= Description
| Collapses tree item pointed to by the path. IDC means id of parent Tree View. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''tvCollapse''' [idc,[path]] |= Syntax
| '''tvCollapse''' [idc, [path]] |= Syntax
 
|p1= [idc,[path]]: [[Array]] |= PARAMETER1


|p1= [idc, [path]]: [[Array]] |= PARAMETER1


| [[Nothing]] |= RETURNVALUE  
| [[Nothing]] |= RETURNVALUE  




|x1= <code>tvCollapse [101,[0]];</code>|= EXAMPLE1
|x1= <code>[[tvCollapse]] [101, [0]];</code> |= Example 1
 
____________________________________________________________________________________________
____________________________________________________________________________________________


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


|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  

Revision as of 13:34, 12 April 2014

Hover & click on the images for description

Description

Description:
Collapses tree item pointed to by the path. IDC means id of parent Tree View.
Groups:
Uncategorised

Syntax

Syntax:
tvCollapse [idc, [path]]
Parameters:
[idc, [path]]: Array
Return Value:
Nothing

Examples

Example 1:
tvCollapse [101, [0]];

Additional Information

See also:
tvAddtvCleartvCounttvCurSeltvDatatvDeletetvExpandtvPicturetvSetCurSeltvSetDatatvSetPicturetvSetValuetvSorttvSortByValuetvTexttvValue

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