Navigation: thinBasic Modules > UI (User Interface) > CONTROLs > Dedicated Control Functions > RTF Control > RTF_AppendText |
|
Description
Append a text buffer at the end of the rich edit control.
Syntax
RTF_AppendText(hWnd, ctrlID, sBuffer [, lOption])
Returns
None
Parameters
Name |
Type |
Optional |
Meaning |
||||||||||||||||||||||||||
hWnd |
Number |
No |
Handle of the dialog containing the Rich Edit control |
||||||||||||||||||||||||||
ctrlID |
Number |
No |
Control identifier assigned to the control during CONTROL ADD ... |
||||||||||||||||||||||||||
sBuffer |
String |
No |
String expression containing the text to append |
||||||||||||||||||||||||||
lOption |
Number |
Yes |
One of the following possible values:
|
||||||||||||||||||||||||||
Remarks
Restrictions
See also
Examples
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |