Topic: APLX Help : System Classes : Methods : Refresh
[ Previous | Next | Contents | Index | APL Home ]

www.microapl.co.uk

The 'Refresh' method


Argument: None
Result: None

Valid for: Picture, Browser, OLEContainer

For a Browser, the Refresh method causes the current page to be re-loaded from the internet or from file.

For a Picture which is being used to display an Image (as a child object), the Refresh method causes the picture shown on screen to be updated from the off-screen bitmap of the Image object. Usually, this is automatic, unless you have changed the underlying ImageMagick object using ⎕NA.

For an OLEContainer control (Windows only), the Refresh method is used when the control is being used to display a linked document. It causes the display to be updated to reflect any changes to the source document.


Topic: APLX Help : System Classes : Methods : Refresh
[ Previous | Next | Contents | Index | APL Home ]