Multi-line Edit Box - AddEntryMode Property

AddEntryMode determines how data is added to the edit box

Member of Multi-line Edit Box (PRIM_MEMO)

Data Type - Enumeration

Details

The AddEntryMode determines how data is added to the memo.

Allowed Values

Enum ValueDescription
OnePerLineOnly one entry per line. MaximumLineLength is governed by the column with a ColumnRole of data
MultiplePerLineText can be continuous. Enter will create a new item. MaximumLineLength is very large


 
 

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2