Multi-line Edit Box - OnOutput Property
OnOutput determines the output format of the text
Member of Multi-line Edit Box (PRIM_MEMO)
Data Type - Enumeration
The OnOutput property determines how the text is formatted.
Enum Value |
Description |
None |
The text is left as is |
AddReturn |
A carriage return character is appended at the end of every line |
AddLineFeed |
A line feed character is appended at the end of every line |
AddNewLine |
A carriage return character and a line feed character are added at the end of every line |
AddNull |
A null character is appended at the end of every line |
AddSpace |
A space is added at the end of every line |
All Component Classes
Technical Reference