<< Click to display table of contents >> TSRichViewEdit.CanUpdate, CanScroll, CanUpdatePosition |
Enables/disables repainting.
property CanUpdate: Boolean;
property CanScroll: Boolean;
property CanUpdatePosition: Boolean;
If CanUpdate=False, the component does not update its image on the screen and does not move the caret.
If CanScroll=False, the component does not scroll itself.
If CanUpdatePosition=False, the component does not scroll to make the caret visible.
See also: