tvText: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " +" to " ")
m (Text replacement - " \| *(([^=\| ]+)('''|\[\[)([^=\| ]+)) * +\|p1=" to " |s1= $1 |p1=")
Line 9: Line 9:
| Returns shown text in the item on given path. IDC means id of parent Tree View.
| Returns shown text in the item on given path. IDC means id of parent Tree View.


| [[tvText]] [idc, path]
|s1=  [[tvText]] [idc, path]


|p1= [idc, path]: [[Array]]
|p1= [idc, path]: [[Array]]

Revision as of 00:26, 13 June 2021

Hover & click on the images for description

Description

Description:
Description needed
Groups:
GUI Control - Tree View

Syntax

Syntax:
tvText [idc, path]
Parameters:
[idc, path]: Array
idc: Number
path: Array - Array containing numbers.
Return Value:
Return value needed

Alternative Syntax

Syntax:
control tvText path
Parameters:
control: Control
path: Array of Number
Return Value:
String

Examples

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

Additional Information

See also:
tvAddtvCleartvCollapsetvCounttvCurSeltvDatatvDeletetvExpandtvPicturetvSetCurSeltvSetDatatvSetPicturetvSetValuetvSorttvSortByValuetvValuetvSetText

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