Events for cWebWidget
View event list in hierarchical order.
| Name | Description | Defining Class |
|---|---|---|
| AllowAccess | Can be used to allow or block access to this widget | cWebWidget |
| 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 |
| OnBlur | Fires when a control loses the focus OnBlur is an event that triggers when the application user tabs or clicks away from a control that has the focus. | cWebBaseControl |
| OnCallEnd | Called at the end of a webapp client call Called at the end of a webapp client call. | cWebObject |
| OnCloseModalDialog | Sent by a modal dialog to its invoking object when the dialog closes | cWebBaseUIObject |
| OnCollapse | Fires when a group collapses OnCollapse is triggered when a group collapses. | cWebGroup |
| OnDetermineConfigurableState | Called at several times to determine whether a Widget is configurable Called at several times to determine whether a Widget is configurable. | cWebWidget |
| OnExpand | Fires when a group expands OnExpand is triggered when a group expands. | cWebGroup |
| OnFocus | Fires when a control gains the focus OnFocus is an event that triggers when the application user tabs into or clicks on a control to give it the focus. | cWebBaseControl |
| OnGetConfigurableProps | Use this event to mark which properties in your WebWidget are configurable by filling the provided ByRef Array Called by GetConfigurableProps. | cWebWidget |
| 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 |
| OnInitializeWidget | Called from InitWidget, which is called after a Widget has been created by the container and base initialization (applying properties) has been done | cWebWidget |
| OnLoad | Called for each cWebObject during LoadView or LoadWebApp Called for each cWebObject during LoadView or LoadWebApp. | cWebObject |
| OnNavigateBack | Sent to the object that invoked the view that is being closed in a mobile web application (drilldown interface) | cWebObject |
| OnRefindRecordError | Sent when any refind DDO record operation fails This is sent when a refind record fails during one of the refind records operation. | cWebWidget |
| OnRefreshRecordError | Sent when OnRefreshRecord fails This is called when RefreshRecord is called and it cannot refind all the expected records by RowId. | cWebWidget |
| OnSyncDDOsRefindError | Sent during a request initialization when it cannot refind a DDO record | cWebWidget |
| OnWidgetPropsChanged | Called whenever the Widget's configurable property values are changed Called whenever the Widget's configurable property values are changed. | cWebWidget |
| PostSerializeObject | cWebObject | |
| PreSerializeObject | cWebObject | |
| Refresh | Event sent from a DataDictionary object, which is used to synchronize the object's data with the DDO | cWebBaseDEOServer |