tvClear: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\{\{GameCategory\|(arma[0123])\|[ _]?New[ _]Scripting[ _]Commands[ _]List\}\}" to "{{GameCategory|$1|New Scripting Commands}}")
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________________________


| arma3 |Game name=
| arma3 |Game name=
Line 11: Line 10:


|eff= local |Multiplayer Effects=
|eff= local |Multiplayer Effects=
____________________________________________________________________________________________


| Removes all items from Tree View with given idc. |DESCRIPTION=
| Removes all items from Tree View with given idc. |DESCRIPTION=
____________________________________________________________________________________________


| [[tvClear]] idc |SYNTAX=
| [[tvClear]] idc |SYNTAX=
Line 21: Line 18:


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


|s2= [[tvClear]] control |Alternative Syntax=
|s2= [[tvClear]] control |Alternative Syntax=
Line 28: Line 24:


|r2= [[Nothing]] |RETURNVALUE2=
|r2= [[Nothing]] |RETURNVALUE2=
____________________________________________________________________________________________


|x1= <code>[[tvClear]] 101;</code> |EXAMPLE1=
|x1= <code>[[tvClear]] 101;</code> |EXAMPLE1=
____________________________________________________________________________________________


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


|  |MPBEHAVIOUR=  
|  |MPBEHAVIOUR=  
____________________________________________________________________________________________
}}
}}



Revision as of 04:57, 17 January 2021

Hover & click on the images for description

Description

Description:
Removes all items from Tree View with given idc.
Groups:
GUI Control - Tree View

Syntax

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

Alternative Syntax

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

Examples

Example 1:
tvClear 101;

Additional Information

See also:
tvAddtvCollapsetvCounttvCurSeltvDatatvDeletetvExpandtvPicturetvSetCurSeltvSetDatatvSetPicturetvSetValuetvSorttvSortByValuetvTexttvValue

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