Events for cWebColorForm
View event list in alphabetical order.
| Name | Description | Defining Class |
|---|---|---|
| OnDefinePalette | Called when the palette is defined This event is called when the palette is defined, which happens when the control is loaded to the client. | cWebColorForm |
Inherited Events from cWebForm
| Name | Description | Defining Class |
|---|---|---|
| OnPrompt | Fires when prompt button is clicked Fires when prompt button is clicked. | cWebForm |
Inherited Events from cWebBaseForm
| Name | Description | Defining Class |
|---|---|---|
| OnInput | Hook that is called after every user change of the form value Event hook that is called after every user change of the form value. | cWebBaseForm |
| OnKey | Hook that is called for each key press in the form Event hook that is called for each key press in the form. | cWebBaseForm |
Inherited Events from cWebBaseDEO
| Name | Description | Defining Class |
|---|---|---|
| AllowFillDEO | Called to determine if filling the DEO with data is allowed Called to determine if filling the Data Entry Object (DEO) with data is allowed. | cWebBaseDEO |
| AllowUpdateDD | Called to determine if the DEO has permission to update the Data Dictionary with new value(s) | cWebBaseDEO |
| OnAutoFind | Sent by the client to perform an autofind The OnAutoFind event is normally sent from the client, as needed, to perform an autofind. | cWebBaseDEO |
| OnChange | Called when the contents of the control change In checkbox controls (cWebCheckbox, cWebColumnCheckbox), it is called when the checkbox is clicked. | cWebBaseDEO |
| OnSetCalculatedValue | Hook for calculated value DEOs | cWebBaseDEO |
| OnValidate | Fired to validate control data Fired to validate control data. | cWebBaseDEO |
| Prompt_Callback | Sends a callback event to an object that requested a prompt object When prompt list objects (cWebPromptList) are invoked, they send a callback message to their invoking object. | cWebBaseDEO |
| Refresh | Event sent from a DataDictionary object, which is used to synchronize the object's data with the DDO | cWebBaseDEO |
Inherited Events from cWebBaseControl
| Name | Description | Defining Class |
|---|---|---|
| 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 |
| 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 |
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 Before a published function or procedure is called (from the client), AllowServerAction is called. | 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 Before a published function or procedure is called (from the client), AllowServerAction is called. | cWebObject |
| OnCallEnd | Called at the end of a webapp client call 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 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. | 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 |