Events for cWebApp
View event list in hierarchical order.
| Name | Description | Defining Class |
|---|---|---|
| AllowServerAction | Provides a basic hook for controlling server actions based on user rights Before a published function or procedure is called (from the client), AllowServerAction is called. | cWebBaseUIObject |
| Construct_Object | Object constructor. | cObject |
| Destroy_Object | Sent when an object is about to be destroyed The Destroy_Object event is sent to an object when it is about to be destroyed. | cObject |
| End_Construct_Object | End of object constructor. | cObject |
| OnAttachProcess | When process pooling is used, this event is sent to every WBO object and finally to the parent WebApp object | cWebApp |
| OnCallEnd | Called at the end of a webapp client call Called at the end of a webapp client call. | cWebObject |
| OnChangeRights | Called whenever user rights are changed in the standard session manager object (cWebSessionManagerStandard) | cWebApp |
| OnCloseModalDialog | Sent by a modal dialog to its invoking object when the dialog closes | cWebBaseUIObject |
| OnDetachProcess | When process pooling is used, this event is sent first to the WebApp object and then to every WBO object | cWebApp |
| OnGeneratePageTitle | Triggered when the page title is automatically updated and allows developers to customize the title format | cWebApp |
| OnGetNavigateBackData | Called during a NavigateClose operation, used to pass data back for a non-relational lookup in a mobile web application (drilldown interface) | cWebObject |
| OnGetNavigateForwardData | Can be used by the developer to customize the data in tWebNavigateData during forward navigation in a mobile web application (drilldown interface) | cWebObject |
| OnHistoryPopState | Called when the back button is used in the browser and the history item was pushed using HistoryPushState | cWebApp |
| OnInitializeLocales | Sent when the cWebApp object is loaded to the client (the user loads the page) | cWebApp |
| OnLoad | Called for each cWebObject during LoadView or LoadWebApp Called for each cWebObject during LoadView or LoadWebApp. | cWebObject |
| OnLocationHashChange | Contains the location hash part of the URL This property contains the location hash part of the URL. | cWebApp |
| OnNavigateBack | Sent to the object that invoked the view that is being closed in a mobile web application (drilldown interface) | cWebObject |
| OnOrientationChange | Fired when the orientation changes on a mobile device This event is fired when the orientation changes on a mobile device. | cWebApp |
| OnPostInitialize | Called as the last step of the initialization of the WebApp just before pbInitWebApp becomes false Called as the last step of the initialization of the webapp just before pbInitWebApp becomes False. | cWebApp |
| OnReleaseProcess | Sent before a process is released back into the pool This event is fired before a process is released back into the pool, but after the HTTP request has been sent to the client. | cWebApp |
| OnResizeWindow | Fired when the window size of the browser changes at runtime and during initialization This event is fired when the window size of the browser changes at runtime and during initialization. | cWebApp |
| OnSyncWebApp | Called each time a client makes a call to the server | cWebApp |
| OnSystemThemePreferenceChange | cWebApp | |
| OnViewAccessDenied | This event message is sent when access is denied to a view. | cWebApp |
| PostSerializeObject | cWebObject | |
| PreSerializeObject | cWebObject | |
| ReadSessionKey | Used to read a session key This function is used to read a session key. | cWebApp |
| StoreSessionKey | Called whenever a session key is stored by the Framework This procedure is called whenever a session key is stored by the Framework. | cWebApp |