| Name | Type | Description | Defining Class |
|
CallBack | Procedure | Use this procedure to delay a task to a new server round-trip | cWebObject |
|
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 |
|
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 |
|
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 |
|
Exit_Application | Procedure | Starts the process of closing an application | cObject |
|
Host | Function | Returns a Handle to the Host object of this web object | cWebObject |
|
InitDynamicProp | Procedure | Sets a dynamic property value | cWebObject |
|
IsClassOfClass | Function | Determines whether the target class is part of the searched class's hierarchy | cObject |
|
IsDynamicObject | Function | Checks whether the object is dynamic or not | cWebObject |
|
IsLoaded | Function | Checks if the webobject is loaded to the client | cWebObject |
|
IsObjectOfClass | Function | Determines whether the passed class is part of the object's class hierarchy | cObject |
|
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 |
|
ObjectClass | Function | Returns the integer class ID assigned to the class this object is based on | cObject |
|
ptActionData | Function | Retrieves the action data for a server action as value tree | cWebObject |
|
QueryLocation | Procedure | Performs a single location request (asynchronous) | |
|
Request_Destroy_Object | Procedure | Use the Destroy method instead [Obsolete] | cObject |
|
SetActionMode | Procedure | Allows developer to configure a wait dialog for every server action | cWebObject |
|
Start | Procedure | Starts continuous location tracking | |
|
Stop | Procedure | Stops continuous location tracking | |
|
UnSyncWebProperty | Procedure | Unsynchronizes a client web property | cWebObject |
|
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 |