TcxCustomMemo Class
Serves as the base class for classes that implement multi-line editors.
#Declaration
TcxCustomMemo = class(
TcxCustomTextEdit
)
#Remarks
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.