Name | Description |
---|---|
OnPrompt | Fires when prompt button is clicked |
Inherited Events from cWebBaseForm | |
OnInput | Hook that is called after every user change of the form value |
OnKey | Hook that is called for each key press in the form |
Inherited Events from cWebBaseDEO | |
AllowFillDEO | Called to determine if filling the DEO with data is allowed |
AllowUpdateDD | Called to determine if the DEO has permission to update the Data Dictionary with new value(s) |
OnAutoFind | Sent by the client to perform an autofind |
OnChange | Called when the contents of the control change |
OnSetCalculatedValue | Hook for calculated value DEOs |
OnValidate | Fired to validate control data |
Prompt_Callback | Sends a callback event to an object that requested a prompt object |
Refresh | Event sent from a DataDictionary object, which is used to synchronize the object's data with the DDO |
Inherited Events from cWebBaseControl | |
OnBlur | Fires when a control loses the focus |
OnFocus | Fires when a control gains the focus |
Inherited Events from cWebBaseUIObject | |
AllowServerAction | Provides a basic hook for controlling server actions based on user rights |
OnCloseModalDialog | Sent by a modal dialog to its invoking object when the dialog closes |
Inherited Events from cWebObject | |
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) |
OnLoad | Called for each cWebObject during LoadView or LoadWebApp |
OnNavigateBack | Sent to the object that invoked the view that is being closed in a mobile web application (drilldown interface) |
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. |