tvExpand: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (al & el)
(syntax & example)
Line 19: Line 19:


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


| s2= _ctrl [[tvExpand]] [path] |= Syntax
| p21= _ctrl: [[Control]] |= PARAMETER1
| p22= [path]: [[Array]] of [[Number]] |= PARAMETER1
| r2= [[Nothing]] |= RETURNVALUE
____________________________________________________________________________________________


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



Revision as of 10:15, 11 September 2014

Hover & click on the images for description

Description

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

Syntax

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

Alternative Syntax

Syntax:
_ctrl tvExpand [path]
Parameters:
_ctrl: Control
[path]: Array of Number
Return Value:
Nothing

Examples

Example 1:
_ctrl tvExpand [1];

Additional Information

See also:
tvAddtvCleartvCollapsetvCounttvCurSeltvDatatvDeletetvPicturetvSetCurSeltvSetDatatvSetPicturetvSetValuetvSorttvSortByValuetvTexttvValue

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