Navigation: thinBasic Modules > UI (User Interface) > CONTROLs > Control_AppendText |
|
Description
Append text to current control text.
Syntax
s = CONTROL_AppendText(hwnd, ctrlID, sText [, ToTop])
Returns
String.
Return the current control text after append operation takes place.
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 |
ToTop |
Number |
Yes |
If %TRUE, next text will be placed at the top of current control text |
Remarks
Restrictions
See also
Examples
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |