OnClose picture event
Related pages:
ENTRY OnClose (BOOL _bClose) ; script actions END OnClose
_bClose |
Required input-output parameter of BOOL type. |
; evet handler: Attempt to close picture
ENTRY OnClose (BOOL _bClose)
_bClose := @FALSE ; refusing to close END OnClose
A picture a OnClose handler defined like this can not be closed.
Related pages:
Pridať komentár