Table of Contents

TTMSFNCMapsHTMLEvent Enumeration

Identifies the HTML event that triggers an element action.

API unit family: TMSFNCMaps

Members

Name Description
heClick Triggers when the element is clicked.
heDblClick Triggers when the element is double-clicked.
heKeyPress Triggers when the element receives a key press.
heKeyDown Triggers when a key is pressed down on the element.
heKeyUp Triggers when a key is released on the element.
heMouseDown Triggers when a mouse button is pressed on the element.
heMouseMove Triggers when the pointer moves over the element.
heMouseUp Triggers when a mouse button is released on the element.
heMouseEnter Triggers when the pointer enters the element.
heMouseLeave Triggers when the pointer leaves the element.
heBlur Triggers when the element loses focus.
heFocus Triggers when the element receives focus.
heChange Triggers when the element value changes.
heSelect Triggers when the element selection changes.
heCustom Triggers for the custom event name in CustomEvent.
heNone Disables event binding for the action.