tvCurSel: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (control cat added)
m (Text replacement - "<code>\[\[([a-zA-Z0-9_]+)\]\] ([a-zA-Z0-9_]+);?<\/code>" to "<sqf>$1 $2;</sqf>")
 
(47 intermediate revisions by 6 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
____________________________________________________________________________________________


| Returns path to currently selected item. IDC means id of parent Tree View. |= Description
|arg= local
____________________________________________________________________________________________


| '''tvCurSel''' idc |= Syntax
|eff= local


|p1= idc: [[Number]] |= PARAMETER1
|descr= Returns path to currently selected item. IDC means id of parent Tree View.


| [[Array]] |= RETURNVALUE
|s1= [[tvCurSel]] idc


|p1= idc: [[Number]]


|x1= <code>[[tvCurSel]] 101;</code> |= Example 1
|r1= [[Array]] - [[Tree View Path]] of selected item
____________________________________________________________________________________________


| [[tvAdd]], [[tvClear]], [[tvCollapse]], [[tvCount]], [[tvData]], [[tvDelete]], [[tvExpand]], [[tvPicture]], [[tvSetCurSel]], [[tvSetData]], [[tvSetPicture]], [[tvSetValue]], [[tvSort]], [[tvSortByValue]], [[tvText]], [[tvValue]] |= See Also
|s2= [[tvCurSel]] control


| |= MPBEHAVIOUR
|p21= control: [[Control]]
____________________________________________________________________________________________
 
}}
|r2= [[Array]] - [[Tree View Path]] of selected item


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


<!-- Note Section END -->
|x2= <sqf>tvCurSel _ctrl;</sqf>
</dl>


<h3 style='display:none'>Bottom Section</h3>
|seealso= [[tvAdd]] [[tvClear]] [[tvCollapse]] [[tvCount]] [[tvData]] [[tvDelete]] [[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}}}}]]
[[Category:Command_Group:_GUI_Control|{{uc:{{PAGENAME}}}}]]

Latest revision as of 14:17, 5 May 2022

Hover & click on the images for description

Description

Description:
Returns path to currently selected item. IDC means id of parent Tree View.
Groups:
GUI Control - Tree View

Syntax

Syntax:
tvCurSel idc
Parameters:
idc: Number
Return Value:
Array - Tree View Path of selected item

Alternative Syntax

Syntax:
tvCurSel control
Parameters:
control: Control
Return Value:
Array - Tree View Path of selected item

Examples

Example 1:
tvCurSel 101;
Example 2:
tvCurSel _ctrl;

Additional Information

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