OnMouseLeave picture event
Related pages:
ENTRY OnMouseLeave(IN INT _refId) ; script actions END OnMouseLeave
ENTRY XXX_OnMouseLeave ; script actions END XXX_OnMouseLeave
_refId | Required input parameter of INT type for global handler. |
XXX | Name of the reference variable assigned to graphic object (without the character "_"). |
ENTRY List_OnMouseLeave
; actions END List_OnMouseLeave
ENTRY OnMouseLeave(IN INT _refId)
; _refId - value of the reference local variable assigned to graphic object IF _refId = _List THEN
; actions
ENDIF END OnMouseLeave
Related pages:
Pridať komentár