tvClear: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame( +[0-9])?|Game [Vv]ersion( +[0-9])?|Game Version \(number surrounded by NO SPACES\)|Arguments in MP|MP[Aa]rg|Multiplayer Arguments( \("local" or "global"\))?|Effects|Execution|Effects...) |
Lou Montana (talk | contribs) m (Text replacement - "<code>\[\[([a-zA-Z0-9_]+)\]\] ([a-zA-Z0-9_]+);?<\/code>" to "<sqf>$1 $2;</sqf>") |
||
(26 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=command | ||
| arma3 | |game1= arma3 | ||
|version1= 0.74 | |||
|0.74 | |||
|gr1= GUI Control - Tree View | |gr1= GUI Control - Tree View | ||
Line 11: | Line 10: | ||
|eff= local | |eff= local | ||
| Removes all items from Tree View with given idc. | |descr= Removes all items from Tree View with given idc. | ||
| [[tvClear]] idc | |s1= [[tvClear]] idc | ||
|p1= idc: [[Number]] | |p1= idc: [[Number]] | ||
| [[Nothing]] | |r1= [[Nothing]] | ||
|s2= [[tvClear]] control | |s2= [[tvClear]] control | ||
|p21= control: [[Control]] | |p21= control: [[Control]] | ||
|r2= [[Nothing]] | |r2= [[Nothing]] | ||
|x1= < | |x1= <sqf>tvClear 101;</sqf> | ||
| [[tvAdd]] | |seealso= [[tvAdd]] [[tvCollapse]] [[tvCount]] [[tvCurSel]] [[tvData]] [[tvDelete]] [[tvExpand]] [[tvPicture]] [[tvSetCurSel]] [[tvSetData]] [[tvSetPicture]] [[tvSetValue]] [[tvSort]] [[tvSortByValue]] [[tvText]] [[tvValue]] | ||
}} | }} | ||
Latest revision as of 13:16, 5 May 2022
Description
- Description:
- Removes all items from Tree View with given idc.
- Groups:
- GUI Control - Tree View
Syntax
Alternative Syntax
Examples
- Example 1:
- tvClear 101;
Additional Information
- See also:
- tvAdd tvCollapse tvCount tvCurSel tvData tvDelete tvExpand tvPicture tvSetCurSel tvSetData tvSetPicture tvSetValue tvSort tvSortByValue tvText tvValue
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