vcl-cxmemo-7c03dc9c.md
The base class for multi-line editors.
TcxCustomMemo = class(
TcxCustomTextEdit
)
This class provides the Lines property, which defines the list of strings displayed by a memo editor.
The Properties member defines a number of settings specific to editors. They define the text alignment, the maximum text length, read-only status and many others. The behavior of a memo control is similar to a standard TMemo component.
Use the Style, StyleDisabled, StyleFocused and StyleHot properties to adjust the look & feel of an editor. Working with styles is discussed in the TcxCustomEditStyle class topic.
Do not create instances of TcxCustomMemo. Use its descendants such as TcxMemo or TcxDBMemo instead.
Show 13 items
TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TcxContainer TcxCustomEditContainer TcxCustomEdit TcxCustomTextEdit TcxCustomMemo
See Also