tvSetText

From Bohemia Interactive Community
Revision as of 11:28, 13 May 2022 by Lou Montana (talk | contribs) (Text replacement - "<code>([^<]*)<nowiki\/?>([^<]*)<\/code>" to "<code>$1$2</code>")
Jump to navigation Jump to search

{{RV|type=command

|game1= arma3 |version1= 1.56

|gr1= GUI Control - Tree View

|descr= Sets string text to item on given path. IDC means id of parent Tree View.

|s1= tvSetText [idc, path, text]

|p1= idc: Number

|p2= path: Array of Numbers

|p3= text: String

|r1= Nothing

|s2= control tvSetText [path, text]

|p21= control: Control

|p22= path: Array of Numbers

|p23= text: String

|r2= Nothing

|x1=

tvSetText [101, [0], "Test data"];

|x2= _ctrl tvSetText [[0,0,0], "Test data"];

|seealso= tvAdd tvClear tvCollapse tvCount tvCurSel tvData tvDelete tvExpand tvPicture tvSetCurSel tvSetPicture tvSetValue tvSort tvSortByValue tvText tvValue }}