tvClear: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (<code> tidy)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| 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


|p1= idc: [[Number]] |= PARAMETER1  
|p1= idc: [[Number]] |= PARAMETER1  


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




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


| [[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]] |= See Also


|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  

Revision as of 13:34, 12 April 2014

Hover & click on the images for description

Description

Description:
Removes all items from Tree View with given idc.
Groups:
Uncategorised

Syntax

Syntax:
tvClear idc
Parameters:
idc: Number
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

Notes

Bottom Section