|
RichViewEditCaretWidth, RichViewEditCaretHeightExtra, RichViewEditMaxCaretHeight Typed Constants |
Top Previous Next |
|
These typed constants allow to control the caret appearance in RichViewEdit. Unit RVERVData. Syntax const RichViewEditCaretWidth: Integer = 1; RichViewEditCaretHeightExtra: Integer = 0; RichViewEditMaxCaretHeight: Integer = 1000; RichViewEditMinCaretHeight: Integer = 0; RichViewEditCaretWidth – width of the caret. Value of RichViewEditCaretHeightExtra is added to the top and the bottom of the caret (negative values make the caret shorter, positive values make it longer). RichViewEditMaxCaretHeight – maximal possible caret height. RichViewEditMinCaretHeight – minimal possible caret height. |