Events for cWebWidget
View event list in alphabetical order.
| Name | Description | Defining Class |
|---|---|---|
| AllowAccess | Can be used to allow or block access to this widget | cWebWidget |
| OnDetermineConfigurableState | Called at several times to determine whether a Widget is configurable | cWebWidget |
| OnGetConfigurableProps | Use this event to mark which properties in your WebWidget are configurable by filling the provided ByRef Array | cWebWidget |
| 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 |
| OnRefindRecordError | Sent when any refind DDO record operation fails | cWebWidget |
| OnRefreshRecordError | Sent when OnRefreshRecord fails | 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 | cWebWidget |
Inherited Events from cWebGroup
| Name | Description | Defining Class |
|---|---|---|
| OnCollapse | Fires when a group collapses | cWebGroup |
| OnExpand | Fires when a group expands | cWebGroup |
Inherited Events from cWebBaseControl
| Name | Description | Defining Class |
|---|---|---|
| OnBlur | Fires when a control loses the focus | cWebBaseControl |
| OnFocus | Fires when a control gains the focus | cWebBaseControl |
Inherited Events from cWebBaseDEOServer
| Name | Description | Defining Class |
|---|---|---|
| Refresh | Event sent from a DataDictionary object, which is used to synchronize the object's data with the DDO | cWebBaseDEOServer |
Inherited Events from cWebBaseUIObject
| Name | Description | Defining Class |
|---|---|---|
| AllowServerAction | Provides a basic hook for controlling server actions based on user rights | cWebBaseUIObject |
| OnCloseModalDialog | Sent by a modal dialog to its invoking object when the dialog closes | cWebBaseUIObject |
Inherited Events from cWebObject
| Name | Description | Defining Class |
|---|---|---|
| AllowServerAction | Provides a basic hook for controlling server actions based on user rights | cWebObject |
| OnCallEnd | Called at the end of a webapp client call | cWebObject |
| 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 |
| OnLoad | 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 |
| PostSerializeObject | cWebObject | |
| PreSerializeObject | cWebObject |
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 |