Window.onDraw

Function/Meaning

Screen update callback event

Type
WindowclassEvent
Syntax
onDraw()
Arguments
Return value
None (void)
Explanation

Called during screen update processing
Performs its own drawing process during this call
Do not call this method directly.