guiControlSetText (Function) |
Top Previous Next |
This function sets the text for the provided control. This is currently available for the label, button and text box controls.
Input: control : SYSHANDLE A handle to the control to set the text for.
text : STRING The text to set.
Returns: INT
Declaration: FUNCTION guiControlSetText : INT;
Example: INCLUDE rtcu.inc |