TCustomRichViewEdit.CustomCaretInterval [VCL and LCL]

<< Click to display table of contents >>

TCustomRichViewEdit.CustomCaretInterval [VCL and LCL]

If set to positive value, activates the custom caret feature. Defines the timer interval for redrawing caret, in milliseconds.

property CustomCaretInterval: Integer;

(introduced in version 10)

The caret is activated when you call Format method (and is deactivated when you call Clear).

It's not recommended to use the custom caret feature together with image animation.

Default value:

0 (the system caret is used)

See also events:

OnMeasureCustomCaret;

OnDrawCustomCaret.