EventType
Overview
This is a class that represents the events in the solution. This can be the build in events (mostly form events) like EventType.onShow But also custom events that are added via the Solution eventTypes property.
Constants Summarized
The form onBeforeSelection event, fired when the form's foundset is about to change its selection.
The form onDataChange event, fired when the form element data is changed.
The form onElementFocusGained event, fired when the form element gets focus.
The form onElementFocusLost event, fired when the form element loses its focus.
The form onRecordEdit event, fired when a record of a form is going into edit mode.
The form onRecordStop event, fired when the a record of a form is going out of edit mode.
The form onSelection event, fired when the form's foundset selection is changed.
Methods Summarized
Constants Detailed
onBeforeHide
The form onBeforeHide event, fired when the form is about the be hidden.
Type EventType
onBeforeRecordSelection
The form onBeforeSelection event, fired when the form's foundset is about to change its selection.
Type EventType
onElementDataChange
The form onDataChange event, fired when the form element data is changed.
Type EventType
onElementFocusGained
The form onElementFocusGained event, fired when the form element gets focus.
Type EventType
onElementFocusLost
The form onElementFocusLost event, fired when the form element loses its focus.
Type EventType
onHide
The form onHide event, fired when the form is hidden.
Type EventType
onLoad
The form onLoad event, fired when the form is loaded/created.
Type EventType
onRecordEditStart
The form onRecordEdit event, fired when a record of a form is going into edit mode.
Type EventType
onRecordEditStop
The form onRecordStop event, fired when the a record of a form is going out of edit mode.
Type EventType
onRecordSelection
The form onSelection event, fired when the form's foundset selection is changed.
Type EventType
onResize
The form onResze event, fired when the form is resized.
Type EventType
onShow
The form onShow event, fired when the form is shown.
Type EventType
onSort
The form onSort event, fired when the form's foundset is sorted
Type EventType
onUnload
The form onUnLoad event, fired when the form is being unloaded/destroyed.
Type EventType
Methods Detailed
getName()
Returns: String the name
isDefaultEvent()
Returns: Boolean whether is default (Form level) or custom event type (added via Solution eventTypes property)
Last updated
Was this helpful?