TXAPPEND Mnemonic - Append Text To Custom Edit Control Paragraphs
Syntax
'TXAPPEND'(id,parnum,string)
Description
The 'TXAPPEND' mnemonic adds text to the end of the existing paragraph identified by parnum. This mnemonic should not be confused with 'TXADD', which adds additional paragraphs.
Parameter |
Description |
id |
Control ID number. It must be an integer between 1 and 32767 and be unique within a given top-level window. |
parnum |
Paragraph number with zero being the first paragraph. |
string |
Paragraph text to be added. |