<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > UI (User Interface) > CONTROLS > Control Commands > Control_GetText |
Description
Get text from a control. Text can be UTF-8 string
This is the functional form of CONTROL GET TEXT ...
Syntax
s = CONTROL_GetText(hwnd, ctrlID)
Returns
String
Parameters
Name |
Type |
Optional |
Meaning |
hWnd |
Number |
No |
Handle of the dialog containing the control |
ctrlID |
Number |
No |
Control identifier |
Remarks
Restrictions
See also
Examples