<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > UI (User Interface) > CONTROLS > Control Types > Richedit Control > Richedit Control Commands > 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