Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxMemo Class

Represents an edit control that allows editing memo data.

#Declaration

Delphi
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.

See Also