tvDelete: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Version fixed.)
m (Some wiki formatting)
 
(56 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma3 |= Game name
|game1= arma3
|version1= 0.74


|0.74|= Game version
|gr1= GUI Control - Tree View
____________________________________________________________________________________________


| Removes an item on given path from Tree View with given idc.  |= Description
|arg= local
____________________________________________________________________________________________


| '''tvDelete''' [idc, [path]] |= Syntax
|eff= local


|p1= [idc, [path]]: [[Array]]  |= PARAMETER1
|descr= Removes an item with given [[Tree View Path]] from Tree View.
{{Feature|important|The paths of other items on the same branch after delete operation are updated accordingly; therefore, when deleting multiple entries, start with the one with the highest index and proceed in reverse order.}}


|p2= idc: [[Number]] |= PARAMETER2
|s1= [[tvDelete]] [idc, path]


|p3= [path]: [[Array]] - Array containing numbers. |= PARAMETER3
|p1= idc: [[Number]]


| [[Nothing]] |= RETURNVALUE
|p2= path: [[Array]] - [[Tree View Path]] of the item


|r1= [[Nothing]]


|x1= <code>tvDelete [101, [0,0]]</code>|= EXAMPLE1
|s2= control [[tvDelete]] path


____________________________________________________________________________________________
|p21= control: [[Control]]


| |= SEEALSO
|p22= path: [[Array]] - [[Tree View Path]] of the item


| |= MPBEHAVIOUR
|r2= [[Nothing]]
____________________________________________________________________________________________
}}


<h3 style='display:none'>Notes</h3>
|x1= <sqf>tvDelete [101, [0, 0]];</sqf>
<dl class='command_description'>
<!-- Note Section BEGIN -->


<!-- Note Section END -->
|x2= <sqf>_ctrl tvDelete [0, 0];</sqf>
</dl>


<h3 style='display:none'>Bottom Section</h3>
|seealso= [[tvAdd]] [[tvClear]] [[tvCollapse]] [[tvCount]] [[tvCurSel]] [[tvData]] [[tvExpand]] [[tvPicture]] [[tvSetCurSel]] [[tvSetData]] [[tvSetPicture]] [[tvSetValue]] [[tvSort]] [[tvSortByValue]] [[tvText]] [[tvValue]]
[[Category:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]]
}}
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Latest revision as of 16:47, 15 August 2022

Hover & click on the images for description

Description

Description:
Removes an item with given Tree View Path from Tree View.
The paths of other items on the same branch after delete operation are updated accordingly; therefore, when deleting multiple entries, start with the one with the highest index and proceed in reverse order.
Groups:
GUI Control - Tree View

Syntax

Syntax:
tvDelete [idc, path]
Parameters:
idc: Number
path: Array - Tree View Path of the item
Return Value:
Nothing

Alternative Syntax

Syntax:
control tvDelete path
Parameters:
control: Control
path: Array - Tree View Path of the item
Return Value:
Nothing

Examples

Example 1:
tvDelete [101, [0, 0]];
Example 2:
_ctrl tvDelete [0, 0];

Additional Information

See also:
tvAdd tvClear tvCollapse tvCount tvCurSel tvData 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