Home
Change View
Print
GefApplication
.FlushScreenCache (method)
Removes all the screens from the screen cache.
Syntax:
object
.
FlushScreenCache
Description:
Removes all the screens from the screen cache.
Examples
Sub Application_FlushScreenCache()
CimGetScreen.Application.FlushScreenCache
End Sub