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

TcxCustomMemoProperties Class

Contains settings specific to memo controls.

#Declaration

Delphi
TcxCustomMemoProperties = class(
    TcxCustomTextEditProperties
)

#Remarks

This class extends the TcxCustomTextEditProperties functionality and provides additional properties specific to memo controls. To set memo properties, use the Properties member of a corresponding editor class. The TcxMemoProperties class derives from TcxCustomMemoProperties and publishes the necessary members to access from the TcxCustomMemo editors.

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