Name | Description |
---|---|
OnGeneratePageTitle | Triggered when the page title is automatically updated and allows developers to customize the title format |
OnSyncWebApp | Called each time a client makes a call to the server |
Inherited Events from cLocalWebControlHost | |
OnCreate | Fires when the control is created (paged) and can be augmented to do extra configuration |
OnDefineScriptIncludes | Called when generating the virtual HTML |
Inherited Events from cBaseLocalControlHost | |
AllowServerAction | Provides a basic hook for controlling server actions based on user rights |
OnCallEnd | Called at the end of a webapp client call |
OnGetNavigateBackData | Called during a NavigateClose operation, used to pass data back for a non-relational lookup in a mobile web application (drilldown interface) |
OnGetNavigateForwardData | Can be used by the developer to customize the data in tWebNavigateData during forward navigation in a mobile web application (drilldown interface) |
OnHistoryPopState | Called when the back button is used in the browser and the history item was pushed using HistoryPushState |
OnInitializeLocales | Sent when the cWebApp object is loaded to the client (the user loads the page) |
OnLoad | Called for each cWebObject during LoadView or LoadWebApp |
OnLocationHashChange | Contains the location hash part of the URL |
OnNavigateBack | Sent to the object that invoked the view that is being closed in a mobile web application (drilldown interface) |
OnOrientationChange | Fired when the orientation changes on a mobile device |
OnPostInitialize | Called as the last step of the initialization of the WebApp just before pbInitWebApp becomes false |
OnResizeWindow | Fired when the window size of the browser changes at runtime and during initialization |
Inherited Events from cWebView2Browser | |
OnCapturePreviewCompleted | Sent when the capturing of a preview image is completed |
OnContentLoading | Sent as part of a navigation operation when the browser starts loading content for the new page |
OnDocumentTitleChanged | Sent whenever the document title of the top level document changes |
OnExecuteScriptFinished | Sent whenever a script executed using ExecuteScript is finished |
OnHistoryChanged | Sent whenever the browser history changes |
OnNavigationCompleted | Sent when the entire navigation process is finished |
OnNewWindowRequested | Sent when the page (via a script or a link) requests a new browser window |
OnPermissionRequested | Sent when the page requires a specific permission |
OnScriptDialogOpening | Sent when the page tries to open a script dialog |
OnSourceChanged | Sent when the top level page source changes due to a navigation to a different page |
OnWindowCloseRequested | Sent when the page requests to close the window |
OnZoomFactorChanged | Sent when the zoom level is changed by the user |
Inherited Events from cComActiveXControl | |
OnBeginningOfPanel | Sent by panel to notify all its objects when a beginning_of_panel message is executed |
OnChange | Can perform a task each time the ActiveX control's 'binded' property is changed |
OnControlValueChanged | Notifies the control that the Value Property in the ActiveX control has changed |
OnKillFocus | Sent whenever the object is about to lose the focus |
Prompt_Callback | Sends a callback event to an object that requested a prompt object |
Shadow_Display | Called whenever a change in shadow state occurs, or when an object is paged |
Inherited Events from DfComUIObject | |
Command | Sent from external controls |
Key | Augmented to implement the GUI keyboard interface |
Inherited Events from cUIObject | |
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 |
Page | Used internally to create a Windows control for a DataFlex 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. |