Back to Devexpress

TcxMemo Class

vcl-cxmemo.md

latest2.3 KB
Original Source

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.

Inheritance

Show 14 items

TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TcxContainer TcxCustomEditContainer TcxCustomEdit TcxCustomTextEdit TcxCustomMemo TcxMemo

See Also

TcxDBMemo

Editor Properties

Integrated Touch Gesture Support

TcxMemo Members

cxMemo Unit