Back to Devexpress

TcxCustomMemo Class

vcl-cxmemo-7c03dc9c.md

latest2.2 KB
Original Source

TcxCustomMemo Class

The base class for multi-line editors.

Declaration

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

Inheritance

Show 13 items

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

See Also

TcxMemo

TcxDBMemo

TcxCustomMemo Members

cxMemo Unit