Use
This method uses the administration of the reference counter M_AUTOREDRAW_REFCOUNTER (a read-only
instance attribute) to determine when the control is redrawn. The control is only redrawn when the value of the reference counter is zero. This allows you to nest calls.Windows |
HTML |
Java |
ü |
X |
ü |
Features
call method textedit->auto_redraw
exporting
enable_redraw = enable_redraw
exceptions
error_cntl_call_method = 1.
Parameters |
Description |
Possible values |
enable_redraw |
Reference counter |
false : Reference counter is increasedtrue : Reference counter is decreased |
You should only use this method when absolutely necessary. If another window is open over the text window and you set the focus to the text window, parts of the other window will appear in the text window. The text will not be displayed properly until the reference counter reaches zero.