guiTextBoxGetText (Function) |
Top Previous Next |
This function retrieves the text from a text box.
Input: text_box : SYSHANDLE A handle to the text box to get the text from.
Output: text : STRING The text in the text box.
Returns: INT
Declaration: FUNCTION guiTextBoxGetText : INT;
Example: INCLUDE rtcu.inc |