Back to Devexpress

TdxRichEditControlBase.ShowCaretInReadOnly Property

vcl-dxrichedit-dot-control-dot-core-dot-tdxricheditcontrolbase-90f7e64d.md

latest918 B
Original Source

TdxRichEditControlBase.ShowCaretInReadOnly Property

Specifies if the caret is visible in read-only mode.

Declaration

delphi
property ShowCaretInReadOnly: Boolean read; write; default True;

Property Value

TypeDefault
BooleanTrue

Remarks

The control shows the caret in read-only mode to help users to select text and track the current position. Set the ShowCaretInReadOnly property to False to hide the caret.

The ShowCaretInReadOnly property’s default value is True.

See Also

TdxRichEditControlBase

TdxRichEditControlBase Members

dxRichEdit.Control.Core Unit