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

TcxMemoProperties Class

Contains settings specific to memo editors.

#Declaration

Delphi
TcxMemoProperties = class(
    TcxCustomMemoProperties
)

#Remarks

This class provides various settings specific to memo editors. Memo editors are presented by the TcxCustomMemo class descendants, such as TcxMemo and TcxDBMemo. TcxMemoProperties does not introduce any new functionality, but publishes necessary properties and events inherited from base classes. To set properties of memo editors, use the Properties member of a corresponding editor class. To control any changes made to the editor’s DisplayFormat, EditFormat, MaxLength, MaxValue, MinValue and ReadOnly properties and reverse their values back to the default ones, use the AssignedValues property.

Different settings for memo controls include Alignment, ScrollBars, VisibleLineCount, WantReturns, WantTabs and WordWrap. Most of these are similar to those of the TMemo component.

See Also