Skip to main content

TcxCustomRichEdit.Properties Property

Defines the settings that are specific to rich text editors.

Declaration

property Properties: TcxCustomRichEditProperties read; write;

Property Value

Type
TcxCustomRichEditProperties

Remarks

The Properties object specifies various settings for rich text editors. Use the MemoMode to select the mode for rich text editors, the HideScrollBars member of a Properties instance to hide/display scrollbars only when it’s necessary. Other properties adjust the alignment and maximum length of the text, char case, etc.

See Also