TcxCustomRichEdit.Properties Property
In This Article
Defines the settings that are specific to rich text editors.
#Declaration
Delphi
property Properties: TcxCustomRichEditProperties read; write;
#Property Value
Type |
---|
Tcx |
#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