TcxMemo Class
Represents an edit control that allows editing memo data.
Declaration
TcxMemo = class(
TcxCustomMemo
)
Remarks
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.
Inheritance
See Also