Name | Description |
---|---|
Inherited Events from dbComboFormDS | |
Combo_Fill_List | Sent by the construct_object procedure, and must be defined in this object if the object does not draw its data from a database file via combo_data_file, code_field, description_field, etc |
Inherited Events from dbDataComboForm | |
Combo_Description_Value | A "hook" message that allows you to customize the combo description |
Inherited Events from ComboEntry | |
Combo_Edit_Changed | Sets the item_changed_state of this object's item true |
Combo_Item_Changed | Sets the Item_Changed_State and sends the onChange message; good hook to get newly selected value |
OnBeginningOfPanel | Sent by panel to notify all its objects when a beginning_of_panel message is executed |
OnChange | Called whenever the value of an item is changed either by the user (a keypress or mouse event) or by an explicit set value message |
OnCloseUp | Called when a drop-down list closes |
OnDropDown | Called when a drop-down list opens |
OnDropKey | |
OnKillFocus | Sent whenever the object is about to lose the focus |
OnMaxText | Fires when maximum text size is exceeded |
OnSetFocus | Sent whenever windows is about to give this object the focus |
Prompt_Callback | Sends a callback event to an object that requested a prompt object |
Shadow_Display | Creates the proper shadowed or unshadowed appearance for this object and its label |
Inherited Events from DfBaseEntry | |
Refresh | Event sent from a DataDictionary object, which is used to synchronize the object's data with the DDO |
Inherited Events from DfBaseList | |
Item_Change | A programming hook to perform an action when moving to another item |
Inherited Events from DfBaseObject | |
Form_Button_Mouse_Down | A notification that the form's button has been selected with the mouse |
Form_Button_Notification | A notification of a form button event |
Notify_Application_Activation | Sends OnActivateApp or OnDeactivateApp |
OnDeltaPos | Provides actions based on the amount of change in this object and/or its value at the point the focus is moved off it |
Inherited Events from cUIObject | |
Activating | Sent by the object to itself whenever the object is first activated (placed on the screen) |
Deactivating | Sent to the object when it is being removed from the focus tree |
Entering | Fires when the focus is about to move to a new object, sent to the object receiving the focus |
Entering_Scope | Sent to the object if its scope_state is true, and one of the objects within its scope takes the focus |
Error_Report | Used by the error object to display errors |
Exiting | Fires when the focus is about to move to a new object, sent to the object losing the focus |
Exiting_Scope | Sent whenever the focus is moving to an object that is outside the current scope |
Mouse_Click | Sent whenever the first button of the mouse is double clicked on an item or in the edit window of the object |
Mouse_Click2 | Sent whenever the second button of the mouse is double clicked on an item or in the edit window of the object |
Mouse_Down | Sent whenever the first button of the mouse is pressed down while on an item or in the edit window of the object |
Mouse_Down2 | Sent whenever the second button of the mouse is pressed down while on an item or in the edit window of the object |
Mouse_Drag | Sent whenever the first button of the mouse is being held down while users drag the mouse cursor from one item or edit line of the object to the next |
Mouse_Drag2 | Sent whenever the second button of the mouse is being held down while users drag the mouse cursor from one item or edit line of the object to the next |
Mouse_Up | Sent whenever the first button of the mouse is released while on an item is in the edit window of the object |
Mouse_Up2 | Sent whenever the second button of the mouse is released while on an item is in the edit window of the object |
OnChildWrapping | Called any time a wrapping event occurs |
OnEnterArea | Hook for entering an area, sent to the entered object's container and its parent containers |
OnEnterObject | Hook for entering an object, sent to the entered object |
OnExitArea | Hook for exiting an area, sent to the exited object's container and its parent containers |
OnExitObject | Hook for exiting an object, sent to the exited object |
Inherited Events from cObject | |
Construct_Object | Object constructor. Initializes the object during object creation in class definitions |
Destroy_Object | Sent when an object is about to be destroyed |
End_Construct_Object | End of object constructor. |