Navigation: thinBasic Modules > UI (User Interface) > CONTROLs > Control_SetText |
|
Description
Set text into a control. This is an abbreviated form of CONTROL SET TEXT ...
Syntax
s = CONTROL_SetText(hwnd, ctrlID, sText)
Returns
String. The sText text expression
Parameters
Name |
Type |
Optional |
Meaning |
hWnd |
Number |
No |
Handle of the dialog containing the control |
ctrlID |
Number |
No |
Control identifier |
sText |
String |
No |
The text to send to the control |
Remarks
Restrictions
See also
Examples
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |