tvClear: Difference between revisions
Jump to navigation
Jump to search
SilentSpike (talk | contribs) m (The recommended alternative is not the same thing) |
Lou Montana (talk | contribs) m (Text replacement - "<code>\[\[([a-zA-Z0-9_]+)\]\] ([a-zA-Z0-9_]+);?<\/code>" to "<sqf>$1 $2;</sqf>") |
||
(46 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=command | ||
| arma3 |= | |game1= arma3 | ||
|version1= 0.74 | |||
| | |gr1= GUI Control - Tree View | ||
|arg= local | |arg= local | ||
|eff= local | |eff= local | ||
| Removes all items from Tree View with given idc. | |descr= Removes all items from Tree View with given idc. | ||
| | |s1= [[tvClear]] idc | ||
|p1= idc: [[Number]] | |p1= idc: [[Number]] | ||
| [[Nothing]] | |r1= [[Nothing]] | ||
|s2= [[tvClear]] control | |||
| | |p21= control: [[Control]] | ||
| [[ | |r2= [[Nothing]] | ||
| | |x1= <sqf>tvClear 101;</sqf> | ||
|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