The InsertRTF attribute function inserts RTF text at the virtual cursor position of the RTF.
|
Syntax | ||||
|
InsertRTF(RTFText, Line, Col, [, LanguageID]) | ||||
|
Return value | ||||
|
None | ||||
|
Parameter | ||||
|
Use |
Name |
Type |
Passing |
Description |
|
Required |
RTFText |
RTF |
ByVal |
The RTF-Text to be inserted |
|
Required |
Line |
Long |
ByVal |
Line number to insert at |
|
Required |
Col |
Long |
ByVal |
Column number to insert at |
|
Optional |
LanguageID |
String |
ByVal |
Language-ID of the value |
|
Note | ||||
|
If LanguageID is not specified, the dialog language applies. | ||||