| Name | Type | Description |
|---|---|---|
| AddHttpResponseHeader | Procedure | Sets a specific response header |
| AddResponseAttachment | Function | Adds an attachment to the response |
| AppSynching | Function | Returns True if the application is in an initializing state |
| ClientLog | Procedure | Displays a diagnostic string on the client's JavaScript debugging console |
| ClientResize | Procedure | Forces a full resize on the client |
| ClientTranslations | Function | Returns translations in an array of name value structs |
| ConcatViewStateHash | Function | Concatenates the different parts of a view state hash into a single view state hash string |
| CurrentView | Function | Determines the currently shown view |
| DEOControlFocusObject | Function | Returns the object handle of the object representing the currently focused control on the client if the control supports the full data binding interface |
| DEOFocusObject | Function | Returns the object handle of the object representing the currently focused control on the client if the control supports the data entry object interface |
| DoDetachAllTables | Procedure | Clears the contents of all open tables, except system tables |
| FocusObject | Function | Returns the object handle of the object representing the currently focused control on the client |
| GetCookie | Function | Reads a cookie key |
| GetDefaultView | Function | Returns a handle to the application's default view |
| GetLoginView | Function | Returns a handle to the login view |
| GetReportsCache | Function | Returns the web application's Report Cache directory |
| HistoryPushState | Procedure | Pushes a new history item to the history stack |
| HistoryReplaceState | Procedure | Replaces the top level item on the history stack (so no new history item is added) |
| Host | Function | Returns a Handle to the Host object of this web object |
| IgnoreError | Procedure | Hook to ignore a specific error number |
| Initializing | Function | Determines whether the WebApp host (cWebApp or cLocalWebAppHost) is still initializing (objects are being created and initialized) |
| IsLoaded | Function | Checks whether the web objects in this scope are loaded to the client |
| IsViewInSync | Function | Determines if a view is in sync |
| IsViewLoaded | Function | Determines if a view is loaded on the client |
| LogErrorEvent | Procedure | Logs an error event |
| LogEvent | Procedure | Logs an event to the Web Application's event log |
| NavigateNewWindow | Procedure | Opens a URL in a new browser window with specified height and width. |
| NavigatePathBegin | Procedure | Performs a NavigateBegin to the view passed as the first parameter |
| NavigateRefresh | Procedure | Reloads web application in the browser |
| NavigateToPage | Procedure | Opens a URL in a new browser tab, a new browser window or replaces your web application |
| NavigateToStateHash | Procedure | Can be called to manually restore a specific application state |
| ParseViewStateHash | Procedure | Parses a view state hash into the different pieces that make up one |
| RegisterOnCallEndEvent | Procedure | |
| RemoveOnCallEndEvent | Procedure | |
| RequestAttachment | Function | Retrieves an attachment from the request based on its index |
| RestoreState | Procedure | Restores the based on the passed state hash |
| ServerVariable | Function | Allows retrieval of IIS Server Variable values |
| SetCookie | Procedure | Used to update a cookie key |
| SetPageTitle | Procedure | Sets the page's HTML title element dynamically |
| SetStateHash | Procedure | Changes the currently active state hash |
| ShowInfoBox | Procedure | Displays a modal information dialog with a message and a caption |
| ShowMessageBox | Procedure | Displays a web message box |
| ShowYesNo | Procedure | Displays an information dialog with Yes and No buttons |
| ShowYesNoCancel | Procedure | Displays an information dialog with Yes, No and Cancel buttons |
| StartWebApp | Procedure | Starts a web application |
| StateHash | Function | Returns the currently active state hash |
| StateHashToUrl | Procedure | Called to convert a state hash into a URL |
| TrapAllErrors | Procedure | Hook to trap all errors |
| TrapError | Procedure | Hook to trap a specific error number |
| UnloadView | Procedure | Removes a specific view or dialog from the client |
| UploadFolder | Function | Determines the path to the default upload folder |
| UrlParameter | Function | Gets the value of a URL parameter that was passed with the web application URL when the web application was loaded |
| ValidLogin | Function | Determines if a login is required to access the web application |
Inherited Methods from cWebBaseUIObject | ||
| AddKeyHandler | Procedure | Adds a client side key handler |
| ConditionalFocus | Procedure | Gives the control the focus but only if the browser platform is not a mobile device (tablet / phone) |
| Define_cWebBaseUIObject_mixin | Procedure | |
| DragData | Function | Returns the DragData for this control |
| DropData | Function | Returns the DragData for this control |
| End_Construct_cWebBaseUIObject_mixin | Procedure | |
| Focus | Procedure | Gives the control the focus |
| IsControlAccessible | Function | Determines if the control is currently accessible |
| IsControlEnabled | Function | Determines if a control is enabled |
| IsControlRendered | Function | Determines if a control is rendered |
| IsControlVisible | Function | Determines if a control is visible |
| RemoveKeyHandler | Procedure | Removes a client side key handler |
| ScrollIntoView | Procedure | Scrolls an object that is currently scrolled out of the view into view |
Inherited Methods from cWebObject | ||
| CallBack | Procedure | Use this procedure to delay a task to a new server round-trip |
| ClientAction | Procedure | Calls a function of the client JavaScript object |
| ClientActionEx | Procedure | Adds a client action to the response that will be executed on the client |
| DEO_Object | Function | Determines if the object understands the DEO interface |
| InitDynamicProp | Procedure | Sets a dynamic property value |
| IsDynamicObject | Function | Checks whether the object is dynamic or not |
| NavigateInfo | Function | Returns array of navigation paths that the current object has registered |
| NavigatePath | Procedure | Performs the navigation registered for this web object |
| ptActionData | Function | Retrieves the action data for a server action as value tree |
| ResourceManager | Function | |
| SerializeObject | Function | |
| ServerPropStore | Function | |
| ServiceDispatcher | Function | |
| SessionManager | Function | |
| SetActionMode | Procedure | Allows developer to configure a wait dialog for every server action |
| UnSyncWebProperty | Procedure | Unsynchronizes a client web property |
| ViewStack | Function | |
| WebMethodByName | Function | Searches for the message handle of a message based on the name of a web method |
| WebMethodIsFunction | Function | Determines if a web method is a function or a procedure |
| WebMethodName | Function | Converts the message handle of a web method into a string |
| WebObjectByName | Function | Searches for the object handle of a web object using its public name |
| WebObjectName | Function | The public web object name of this object |
Inherited Methods from cWebBaseObject | ||
| SetWebProp | Procedure Set | |
Inherited Methods from cObject | ||
| ChildByIndex | Function | Can be used to iterate the direct children of an object |
| ClassSuperClass | Function | Returns the superclass of the passed class |
| Create | Function | Creates an object based on the passed Class Id |
| CreateNamed | Function | Creates an object based on the passed Class Id and assigns it a name Name based on a passed name |
| Destroy | Procedure | Destroys the object that receives the message and any child objects of that object |
| Exit_Application | Procedure | Starts the process of closing an application |
| IsClassOfClass | Function | Determines whether the target class is part of the searched class's hierarchy |
| IsObjectOfClass | Function | Determines whether the passed class is part of the object's class hierarchy |
| ObjectClass | Function | Returns the integer class ID assigned to the class this object is based on |
| Request_Destroy_Object | Procedure | Use the Destroy method instead [Obsolete] |