Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Multi-line Edit Box - OnOutput Property

Panel
bgColor#2c3c4c

OnOutput determines the output format of the text

Member of Multi-line Edit Box (PRIM_MEMO)

Data Type - Enumeration

Details

The OnOutput property determines how the text is formatted.

Allowed Values

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


See also

All Component Classes

Technical Reference