You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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

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

  • No labels