tvExpandAll: Difference between revisions
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. |= | | Expands all tree items for the given Tree View. |DESCRIPTION= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| '''tvExpandAll''' idc |= | | '''tvExpandAll''' idc |SYNTAX= | ||
|p1= idc: [[Number]] |PARAMETER1= | |p1= idc: [[Number]] |PARAMETER1= | ||
Line 21: | Line 21: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| s2= [[tvExpandAll]] control |= | | s2= [[tvExpandAll]] control |SYNTAX= | ||
| p21= control: [[Control]] |PARAMETER1= | | p21= control: [[Control]] |PARAMETER1= | ||
Line 28: | Line 28: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code>[[tvExpandAll]] 101;</code> |= | |x1= <code>[[tvExpandAll]] 101;</code> |EXAMPLE1= | ||
|x2= <code>[[tvExpandAll]] _ctrl;</code> |= | |x2= <code>[[tvExpandAll]] _ctrl;</code> |EXAMPLE2= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[tvExpand]], [[tvAdd]], [[tvClear]], [[tvCollapse]], [[tvCount]], [[tvCurSel]], [[tvData]], [[tvDelete]], [[tvPicture]], [[tvSetCurSel]], [[tvSetData]], [[tvSetPicture]], [[tvSetValue]], [[tvSort]], [[tvSortByValue]], [[tvText]], [[tvValue]] |= | | [[tvExpand]], [[tvAdd]], [[tvClear]], [[tvCollapse]], [[tvCount]], [[tvCurSel]], [[tvData]], [[tvDelete]], [[tvPicture]], [[tvSetCurSel]], [[tvSetData]], [[tvSetPicture]], [[tvSetValue]], [[tvSort]], [[tvSortByValue]], [[tvText]], [[tvValue]] |SEEALSO= | ||
| |MPBEHAVIOUR= | | |MPBEHAVIOUR= |
Revision as of 14:50, 7 April 2019
Description
- Description:
- Expands all tree items for the given Tree View.
- Groups:
- Uncategorised
Syntax
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