tvSetText
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
|p3= text: String
|r1= Nothing
|s2= control tvSetText [path, text]
|p21= control: Control
|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 }}