tvIsSelected: Difference between revisions

From Bohemia Interactive Community
m (Text replacement - "<code>([a-zA-Z0-9_, ]+) +\[\[([a-zA-Z0-9_]+)\]\] +(\[[a-zA-Z0-9_, ]+\]);?<\/code>" to "<sqf>$1 $2 $3;</sqf>")
mNo edit summary
 
Line 11: Line 11:


|p1= control: [[Control]]
|p1= control: [[Control]]
|p2= path: [[Array]]
|p2= path: [[Tree View Path]]


|r1= [[Boolean]]
|r1= [[Boolean]]

Latest revision as of 18:30, 2 April 2026

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: Tree View Path
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.
Only post proven facts here! Add Note