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

TcxCustomMemo.Properties Property

Defines settings specific to memo editors.

#Declaration

Delphi
property Properties: TcxCustomMemoProperties read; write;

#Property Value

Type
TcxCustomMemoProperties

#Remarks

The Properties object specifies various settings for memo editors. Use the ScrollBars member of a Properties instance to display scrollbars (vertical and/or horizontal). Other properties adjust alignment and maximum length of text, char case and many other attributes.

See Also