Events for dbGrid

View event list in alphabetical order

NameDescription
Column_Combo_Description_ValueCalled to determine what should be displayed in the combo form
Column_Combo_Fill_ListCalled when the column combo form's dropdown list needs to be filled

Inherited Events from dbGridDS

Header_Mouse_ClickSent whenever a header has received a mouse click

Inherited Events from dbGrid_

Child_EnteringProvided to permit programming of required grid actions when this object is a child of a header grid object
Child_ExitingEvent that is sent when a child table is about to be exited
EnteringAugmented to call child_entering if this object's child_table_state is true

Inherited Events from DataList

OnBeginningOfPanelSnaps the grid back to column zero whenever the message beginning_of_panel is sent to a view
OnInitSpin

Inherited Events from DataList_

OnNewOrderingCalled whenever the ordering is changed
RefreshEvent sent from a DataDictionary object, which is used to synchronize the object's data with the DDO

Inherited Events from EntryList

Combo_Edit_ChangedFires when combo item is changed by editing a value
Combo_Item_ChangedFires when combo item is changed by selecting a new combo item
Header_Mouse_Double_ClickSent whenever a header has received a mouse double-click
OnChangeCalled when the data in this object changes
OnCloseUpCalled when combo form's dropdown list closes
OnDropDownFires when combo form's dropdown list drops down
OnKillFocusSent whenever the object is about to lose the focus
OnMaxTextFires when maximum text size is exceeded
OnMouseWheelAn event sent everytime a mouse wheel is clicked
OnSetFocusSent whenever windows is about to give this object the focus
Prompt_CallbackSends a callback event to an object that requested a prompt object
Shadow_DisplayCalled whenever a change in shadow state occurs, or when an object is paged

Inherited Events from DfBaseList

Item_ChangeA programming hook to perform an action when moving to another item

Inherited Events from DfBaseObject

Notify_Application_ActivationSends OnActivateApp or OnDeactivateApp
OnDeltaPosProvides 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

ActivatingSent by the object to itself whenever the object is first activated (placed on the screen)
DeactivatingSent to the object when it is being removed from the focus tree
Entering_ScopeSent to the object if its scope_state is true, and one of the objects within its scope takes the focus
Error_ReportUsed by the error object to display errors
ExitingFires when the focus is about to move to a new object, sent to the object losing the focus
Exiting_ScopeSent whenever the focus is moving to an object that is outside the current scope
Mouse_ClickSent whenever the first button of the mouse is double clicked on an item or in the edit window of the object
Mouse_Click2Sent whenever the second button of the mouse is double clicked on an item or in the edit window of the object
Mouse_DownSent whenever the first button of the mouse is pressed down while on an item or in the edit window of the object
Mouse_Down2Sent whenever the second button of the mouse is pressed down while on an item or in the edit window of the object
Mouse_DragSent 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_Drag2Sent 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_UpSent whenever the first button of the mouse is released while on an item is in the edit window of the object
Mouse_Up2Sent whenever the second button of the mouse is released while on an item is in the edit window of the object
OnChildWrappingCalled any time a wrapping event occurs
OnEnterAreaHook for entering an area, sent to the entered object's container and its parent containers
OnEnterObjectHook for entering an object, sent to the entered object
OnExitAreaHook for exiting an area, sent to the exited object's container and its parent containers
OnExitObjectHook for exiting an object, sent to the exited object
PageUsed internally to create a Windows control for a DataFlex object
Page_DeleteUsed internally to delete a Windows control for a DataFlex object

Inherited Events from cObject

Construct_ObjectObject constructor. Initializes the object during object creation in class definitions
Destroy_ObjectSent when an object is about to be destroyed
End_Construct_ObjectEnd of object constructor.