tvIsSelected: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{Command |game1= arma3dev |Game name= |version= 2.01 |Game version= ____________________________________________________________________________________________ |descr= Re...")
 
m (Text replacement - "<code>([a-zA-Z0-9_, ]+) +\[\[([a-zA-Z0-9_]+)\]\] +(\[[a-zA-Z0-9_, ]+\]);?<\/code>" to "<sqf>$1 $2 $3;</sqf>")
 
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command
{{RV|type=command


|game1= arma3dev |Game name=
|game1= arma3
|version1= 2.02


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


|descr= Returns true if given treeview item is selected. |Description=
|descr= Returns true if given treeview item is selected.


|mp= |Multiplayer Behaviour=
|s1= control [[tvIsSelected]] path
 
|pr= |Problems=
____________________________________________________________________________________________
 
|s1= control [[tvIsSelected]] path |Syntax=


|p1= control: [[Control]]
|p1= control: [[Control]]
|p2= path: [[Array]]
|p2= path: [[Array]]


|r1= [[Boolean]] |Return Value=
|r1= [[Boolean]]
____________________________________________________________________________________________


|x1= <code>_control [[tvIsSelected]] [0]</code> |Example 1=
|x1= <sqf>_control tvIsSelected [0];</sqf>
____________________________________________________________________________________________


|seealso= |See Also=
|seealso= [[tvSelection]] [[tvSetSelected]]
}}
}}
<dl class="command_description">
<!-- BEGIN Note Section -->
<!-- END Note Section -->
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:Command_Group:_GUI_Control|{{uc:{{PAGENAME}}}}]]

Latest revision as of 14:23, 5 May 2022

Hover & click on the images for description

Description

Description:
Returns true if given treeview item is selected.
Groups:
GUI Control - Tree View

Syntax

Syntax:
control tvIsSelected path
Parameters:
control: Control
path: Array
Return Value:
Boolean

Examples

Example 1:
_control tvIsSelected [0];

Additional Information

See also:
tvSelection tvSetSelected

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