APLX Help
: System Classes
: Properties
: update
|
|
![]() |
The 'update' property |
Boolean Scalar Valid for: Chart, Picture Normally, when you change a property or invoke a method which has a visual effect, the screen is immediately updated to reflect the change. For example, if you change the title of a Chart, it is immediately redrawn. Sometimes, however, you may wish to suppress re-drawing temporarily The default value for update is 1, meaning that updates take place immediately (when events are next handled). If you set it to 0, no drawing or re-drawing will take place. When you set it to 1 again, the whole control will be redrawn, and from then on updates will be processed as normal. Changing the update property should be done with care, since if you set it to 0 and do not set it back to 1, the control will not respond to update events and will not display correctly. |
|
APLX Help
: System Classes
: Properties
: update
|
Copyright © 1996-2010 MicroAPL Ltd