tvData: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ |()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}")
m (formatting)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


| arma3
|game1= arma3


|0.74
|version1= 0.74


|gr1= GUI Control - Tree View
|gr1= GUI Control - Tree View


|arg= local
|descr= Returns string data from item on given path. IDC means id of parent [[CT_TREE]].


|eff= local
|s1= '''tvData''' [idc, path]


| Returns string data from item on given path. IDC means id of parent Tree View.
|p1= idc: [[Number]]


| '''tvData''' [idc, [path]]
|p2= path: [[Array]] - Array of [[Number|numbers]]


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


|p2= idc: [[Number]]
|s2= control '''tvData''' path
 
|p3= [path]: [[Array]] - Array containing numbers.
 
| [[String]]
 
|s2= control '''tvData''' [path]


|p21= control: [[Control]]
|p21= control: [[Control]]


|p22= [path]: [[Array]] - Array containing numbers.
|p22= path: [[Array]] - Array of [[Number|numbers]]


|r2= [[String]] - (as above).
|r2= [[String]]


|x1= <code>[[tvData]] [101, [0]];</code>
|x1= <code>[[tvData]] [101, [0]];</code>
Line 35: Line 29:
|x2= <code>(_display [[displayCtrl]] 101) [[tvData]] [0];</code>
|x2= <code>(_display [[displayCtrl]] 101) [[tvData]] [0];</code>


|seealso= [[tvAdd]], [[tvClear]], [[tvCollapse]], [[tvCount]], [[tvCurSel]], [[tvDelete]], [[tvExpand]], [[tvPicture]], [[tvSetCurSel]], [[tvSetData]], [[tvSetPicture]], [[tvSetValue]], [[tvSort]], [[tvSortByValue]], [[tvText]], [[tvValue]]
|seealso= [[tvSetData]]
}}
}}

Revision as of 00:52, 5 April 2021

Hover & click on the images for description

Description

Description:
Returns string data from item on given path. IDC means id of parent CT_TREE.
Groups:
GUI Control - Tree View

Syntax

Syntax:
tvData [idc, path]
Parameters:
idc: Number
path: Array - Array of numbers
Return Value:
String

Alternative Syntax

Syntax:
control tvData path
Parameters:
control: Control
path: Array - Array of numbers
Return Value:
String

Examples

Example 1:
tvData [101, [0]];
Example 2:
(_display displayCtrl 101) tvData [0];

Additional Information

See also:
tvSetData

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