The Append attribute function appends an RTF text.
Syntax | ||||
Append(RTFText[, LanguageID][,[SectionBreak]) | ||||
Return value | ||||
None | ||||
Parameter | ||||
Use |
Name |
Type |
Passing |
Description |
Required |
RTFText |
RTF |
ByVal |
The RTF text to be inserted |
Optional |
LanguageID |
String |
ByVal |
Language-ID of the value |
Optional |
SectionBreak |
Boolean |
ByVal |
Controls if a section change should be made
before adding. |
Note | ||||
If LanguageID is not specified, the dialog language applies. |