vcl-cxmemo.md
Represents an edit control that allows editing memo data.
TcxMemo = class(
TcxCustomMemo
)
The TcxMemo control represents an editor, which allows displaying multi-line text. It provides the Lines property defining the list of strings displayed by a memo editor.
The Properties member defines a number of settings specific to editors. They define 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.
Show 14 items
TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TcxContainer TcxCustomEditContainer TcxCustomEdit TcxCustomTextEdit TcxCustomMemo TcxMemo
See Also