Skip to content

Events for dbViewToolPanel

View event list in alphabetical order.

Inherited Events from dbViewFloatingPanel

Name Description Defining Class
Closing_View Event is called when the component is closed dbViewFloatingPanel
Opening_View Event is called by the add_focus method of the component. dbViewFloatingPanel
Prepare_Data_Sets Provides the developer a chance to check the condition of any file buffers before they are cleared dbViewFloatingPanel
Seed_Data_Sets Initiailizes the main DSO (main_DD) with the record that was in the buffer when the view initialization began and causes the view to appear to "latch" on to the last record used dbViewFloatingPanel

Inherited Events from FloatingPanel

Name Description Defining Class
OnActivateApp Sent when the panel and, therefore, the application is activated FloatingPanel
OnBeginningOfPanel Sent by panel to notify all its objects when a beginning_of_panel message is executed FloatingPanel
OnDeactivateApp Sent when this object is deactivated FloatingPanel
OnKillFocus Sent whenever the object is about to lose the focus FloatingPanel
OnPaint Sent every time a panel is painted FloatingPanel
OnResize Sent every time a panel is resized FloatingPanel
OnSetFocus Sent whenever windows is about to give this object the focus FloatingPanel
Prompt_Callback Sends a callback event to an object that requested a prompt object FloatingPanel
Shadow_Display Called whenever a change in shadow state occurs, or when an object is paged FloatingPanel

Inherited Events from DfBaseDialog

Name Description Defining Class
OnWMMouseWheel Mouse Wheel event sent when a mouse wheel event occurs DfBaseDialog
SetHScrollbox Event sent in response to a horizontal scrollbar change DfBaseDialog
SetVScrollbox Event sent in response to a vertical scrollbar change DfBaseDialog

Inherited Events from DfBaseContainer

Name Description Defining Class
OnFileDropped Provides a notification that a file drag and drop operation has occurred DfBaseContainer

Inherited Events from DfBaseUIWindow

Name Description Defining Class
Command Sent from external controls DfBaseUIWindow

Inherited Events from DfBaseObject

Name Description Defining Class
Form_Button_Mouse_Down A notification that the form's button has been selected with the mouse DfBaseObject
Form_Button_Notification A notification of a form button event DfBaseObject
Notify_Application_Activation Sends OnActivateApp or OnDeactivateApp DfBaseObject
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 DfBaseObject

Inherited Events from cUIObject

Name Description Defining Class
Activating Sent by the object to itself whenever the object is first activated (placed on the screen) cUIObject
Deactivating Sent to the object when it is being removed from the focus tree cUIObject
Entering Fires when the focus is about to move to a new object, sent to the object receiving the focus cUIObject
Entering_Scope Sent to the object if its scope_state is true, and one of the objects within its scope takes the focus cUIObject
Error_Report Used by the error object to display errors cUIObject
Exiting Fires when the focus is about to move to a new object, sent to the object losing the focus cUIObject
Exiting_Scope Sent whenever the focus is moving to an object that is outside the current scope cUIObject
Mouse_Click Sent whenever the first button of the mouse is double clicked on an item or in the edit window of the object cUIObject
Mouse_Click2 Sent whenever the second button of the mouse is double clicked on an item or in the edit window of the object cUIObject
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 cUIObject
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 cUIObject
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 cUIObject
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 cUIObject
Mouse_Up Sent whenever the first button of the mouse is released while on an item is in the edit window of the object cUIObject
Mouse_Up2 Sent whenever the second button of the mouse is released while on an item is in the edit window of the object cUIObject
OnChildWrapping Called any time a wrapping event occurs cUIObject
OnEnterArea Hook for entering an area, sent to the entered object's container and its parent containers cUIObject
OnEnterObject Hook for entering an object, sent to the entered object cUIObject
OnExitArea Hook for exiting an area, sent to the exited object's container and its parent containers cUIObject
OnExitObject Hook for exiting an object, sent to the exited object cUIObject
Page Used internally to create a Windows control for a DataFlex object cUIObject
Page_Delete Used internally to delete a Windows control for a DataFlex object cUIObject

Inherited Events from cObject

Name Description Defining Class
Construct_Object Object constructor. Initializes the object during object creation in class definitions cObject
Destroy_Object Sent when an object is about to be destroyed cObject
End_Construct_Object End of object constructor. cObject