Name | Type | Description | Defining Class |
AddDDOStructure | Procedure | Informs the view that additional DDO structures exist that are not connected to the main DDO Structure | cWebView |
AddKeyHandler | Procedure | Adds a client side key handler | cWebBaseUIObject |
CallBack | Procedure | Use this procedure to delay a task to a new server round-trip | cWebObject |
Cancel | Procedure | Closes the dialog with "cancelled" status | cWebModalDialog |
ChangeEditMode | Procedure | Sets a drilldown view's edit mode and updates the enabled state of the DEOs | cWebView |
ChildByIndex | Function | Can be used to iterate the direct children of an object | cObject |
ClassSuperClass | Function | Returns the superclass of the passed class | cObject |
ClientAction | Procedure | Calls a function of the client JavaScript object | cWebObject |
ClientActionEx | Procedure | Adds a client action to the response that will be executed on the client | cWebObject |
ConditionalFocus | Procedure | Gives the control the focus but only if the browser platform is not a mobile device (tablet / phone) | cWebBaseUIObject |
Create | Function | Creates an object based on the passed Class Id | cObject |
CreateNamed | Function | Creates an object based on the passed Class Id and assigns it a name Name based on a passed name | cObject |
CustomStateHash | Function | Retrieves the custom part of the current view state hash when re-initializing a view based on a state hash | cWebView |
DataLossConfirmation | Procedure | Default data loss Yes/No confirmation message | cWebBaseDEOServer |
DDRefreshTableStatus | Function | Returns the table's status for the Refresh event | cWebBaseDEOServer |
DefaultKeyHandlers | Procedure | Assigns default key handlers for the Find, Save, Clear and Delete keys | cWebView |
DeleteConfirmation | Procedure | Default delete confirmation message | cWebBaseDEOServer |
DEO_Control_Object | Function | Indicates if this DEO is a data bindable control or container | cWebBaseDEOServer |
DEO_Find_Object | Function | Indicates that this DEO understands the DEO Request_Find protocol | cWebBaseDEOServer |
DEO_Object | Function | Determines if the object understands the DEO interface | cWebObject |
Destroy | Procedure | Destroys the object that receives the message and any child objects of that object | cObject |
DragData | Function | Returns the DragData for this control | cWebBaseUIObject |
DropData | Function | Returns the DragData for this control | cWebBaseUIObject |
Exit_Application | Procedure | Starts the process of closing an application | cObject |
Focus | Procedure | Gives the control the focus | cWebBaseUIObject |
GenerateStateHash | Function | Generates the view state hash based on the current view state | cWebView |
GenerateStateHashRecordId | Function | Generates a record ID that is used in a view state hash | cWebView |
GetBreadCrumbCaption | Function | Gets the breadcrumb control's breadcrumb value for this view | cWebView |
GetConfigValues | Function | Used to extract the values from the cWebWidgetConfigurationWizard | cWebWidgetConfigurationWizard |
GetHeaderCaption | Function | Gets the breadcrumb control's caption value for this view | cWebView |
GetNavigateData | Function | Gets the tWebNavigateData for the view | cWebView |
GetPropValue | Function | Convenience method to get a tWidgetConfigPropValue from the passed array | cWebWidgetConfigurationWizard |
HandleClearKey | Procedure | Called by the client when a Clear key is pressed | cWebView |
HandleDeleteKey | Procedure | Called by the client when a Delete key is pressed | cWebView |
HandleFindKey | Procedure | Called by the client when a Find key is pressed | cWebView |
HandleSaveKey | Procedure | Called by the client when a Save key is pressed | cWebView |
HashRecordIdToRowId | Function | Converts a record ID generated with GenerateStateHashRecordId back into a RowId | cWebView |
Hide | Procedure | Sends message to the client to hide this window | cWebWindow |
Host | Function | Returns a Handle to the Host object of this web object | cWebObject |
InitDynamicProp | Procedure | Sets a dynamic property value | cWebObject |
InvokingView | Function | Returns a handle to the invoking view object | cWebModalDialog |
IsClassOfClass | Function | Determines whether the target class is part of the searched class's hierarchy | cObject |
IsControlAccessible | Function | Determines if the control is currently accessible | cWebBaseUIObject |
IsControlEnabled | Function | Determines if a control is enabled | cWebBaseUIObject |
IsControlRendered | Function | Determines if a control is rendered | cWebBaseUIObject |
IsControlVisible | Function | Determines if a control is visible | cWebBaseUIObject |
IsDynamicObject | Function | Checks whether the object is dynamic or not | cWebObject |
IsInViewStack | Function | Returns whether the view is in the view stack of a drill-down web application | cWebView |
IsLoaded | Function | Checks if the webobject is loaded to the client | cWebView |
IsObjectOfClass | Function | Determines whether the passed class is part of the object's class hierarchy | cObject |
IsViewChanged | Function | Returns True if the view is changed | cWebView |
IsViewReadOnly | Function | Returns True if a drilldown style view is read-only | cWebView |
NavigateBegin | Procedure | Used when you want the view to be the first and only view in the view stack in a mobile web application (drilldown interface) | cWebView |
NavigateCancel | Procedure | Send this to the view being closed if you wish to cancel a selection operation in a mobile web application (drilldown interface) | cWebView |
NavigateCancelTo | Procedure | Works the same as NavigateCancel, except you can close all views in the stack up to hoView, which will then become the top view in a mobile web application (drilldown interface) | cWebView |
NavigateClose | Procedure | Used to close the current view, remove it from the view stack and make the invoking view the top view in a mobile web application (drilldown interface) | cWebView |
NavigateCloseTo | Procedure | Works the similar to NavigateClose, except you can close all views in the stack up to hoView, which will then become the top view in a mobile web application (drilldown interface) | cWebView |
NavigateForward | Procedure | Sent to the object you wish to navigate to in a mobile web application (drilldown interface) | cWebView |
NavigateForwardCustom | Procedure | Performs a custom forward navigation to this view forcing the navigate-from type to be nfUndefined | cWebView |
NavigateInfo | Function | Returns array of navigation paths that the current object has registered | cWebObject |
NavigatePath | Procedure | Performs the navigation registered for this web object | cWebObject |
NotifyCloseModalDialog | Procedure | Sends the callback method to the callback object | cWebModalDialog |
ObjectClass | Function | Returns the integer class ID assigned to the class this object is based on | cObject |
Ok | Procedure | Called to trigger a successful closing of a dialog | cWebModalDialog |
ParkPropValue | Procedure | Stores a tWidgetConfigPropValue for later use | cWebWidgetConfigurationWizard |
Popup | Procedure | Activates the modal dialog | cWebModalDialog |
ptActionData | Function | Retrieves the action data for a server action as value tree | cWebObject |
RefreshRecord | Procedure | Performs a refind and refresh based on the main view's DD record | cWebView |
RemoveKeyHandler | Procedure | Removes a client side key handler | cWebBaseUIObject |
Request_Clear | Procedure | Performs a DD Clear operation | cWebBaseDEOServer |
Request_Clear_All | Procedure | Performs a DD Clear_All operation | cWebBaseDEOServer |
Request_Delete | Procedure | Performs a DD delete operation | cWebBaseDEOServer |
Request_Destroy_Object | Procedure | Use the Destroy method instead [Obsolete] | cObject |
Request_Save | Procedure | Performs a DD save operation | cWebBaseDEOServer |
RequestClearAllExec | Procedure | Performs the second half of a DD Clear_All operation which was started by Request_Clear_All | cWebBaseDEOServer |
RequestClearExec | Procedure | Performs the second half of a DD Clear operation which was started by Request_Clear | cWebBaseDEOServer |
RequestDeleteExec | Procedure | Performs the second half of a DD delete operation which was started by Request_Delete | cWebBaseDEOServer |
RequestSaveExec | Procedure | Performs the second half of a DD save operation which was started by Request_Save | cWebBaseDEOServer |
RetrieveParkedPropValue | Function | Retrieves a stored tWidgetConfigPropValue | cWebWidgetConfigurationWizard |
ReturnObject | Function | Returns a handle to the return object | cWebModalDialog |
SaveClearCancelConfirmation | Procedure | Default save, clear, cancel Yes/No/Cancel confirmation message | cWebBaseDEOServer |
SaveConfirmation | Procedure | Default save confirmation message | cWebBaseDEOServer |
ScrollIntoView | Procedure | Scrolls an object that is currently scrolled out of the view into view | cWebBaseUIObject |
ServerDEO | Function | Returns the DEO that sets the server | cWebBaseDEOServer |
SetActionMode | Procedure | Allows developer to configure a wait dialog for every server action | cWebObject |
SetBreadCrumbCaption | Procedure | Sets the value of the breadcrumb control's breadcrumb section during forward navigation | cWebView |
SetHeaderCaption | Procedure | Sets the value of the breadcrumb control's header section during forward navigation | cWebView |
SetNavigateData | Procedure | Sets the current tWebNavigateData for the view | cWebView |
SetPropValue | Procedure | Convenience method to add a tWidgetConfigPropValue to the passed array | cWebWidgetConfigurationWizard |
Show | Procedure | Sends message to the client to show this window | cWebWindow |
UnSyncWebProperty | Procedure | Unsynchronizes a client web property | cWebObject |
UpdatePageTitle | Procedure | Call this procedure to trigger an update of the page title | cWebView |
UpdateStateHash | Procedure | Triggers an update of the state hash | cWebView |
ViewObject | Function | Can be sent to any object within a cWebView to return the handle of that cWebView | cWebWindow |
WebMethodByName | Function | Searches for the message handle of a message based on the name of a web method | cWebObject |
WebMethodIsFunction | Function | Determines if a web method is a function or a procedure | cWebObject |
WebMethodName | Function | Converts the message handle of a web method into a string | cWebObject |
WebObjectByName | Function | Searches for the object handle of a web object using its public name | cWebObject |
WebObjectName | Function | The public web object name of this object | cWebObject |