Control_SetText
Metaclass Prototype: SetText (String | Strref) |
Description: Sets the Text of a control in a Window. In case of
strrefs, any tokens contained by the string will be resolved. (For
example the substring ‘
Parameters:
- String - an arbitrary string
- Strref - a string index from the dialog.tlk table.
Return value: N/A
See also: Control_QueryText, DisplayString, Window_GetControl
Back to function index, GUIScript introduction.