| CallBack |
Procedure |
Use this procedure to delay a task to a new server round-trip Use this procedure to delay a task to a new server next round-trip. |
cWebObject |
| ClientAction |
Procedure |
Calls a function of the client JavaScript object Send ClientAction to call a function that belongs to the JavaScript object on the client that represents the DataFlex object. |
cWebObject |
| ClientActionEx |
Procedure |
Adds a client action to the response that will be executed on the client Adds a client action to the response that will be executed on the client. |
cWebObject |
| DEO_Object |
Function |
Determines if the object understands the DEO interface Determines if the object understands the data entry object (DEO) interface (is data-aware). |
cWebObject |
| Host |
Function |
Returns a Handle to the Host object of this web object Use this function to get a handle to the host for this Web Object. |
cWebObject |
| InitDynamicProp |
Procedure |
Sets a dynamic property value Sets a dynamic property value. |
cWebObject |
| IsDynamicObject |
Function |
Checks whether the object is dynamic or not Checks whether the object is dynamic or not. |
cWebObject |
| IsLoaded |
Function |
Checks if the webobject is loaded to the client |
cWebObject |
| NavigateInfo |
Function |
Returns array of navigation paths that the current object has registered Returns an array of navigation paths that the current object has registered. |
cWebObject |
| NavigatePath |
Procedure |
Performs the navigation registered for this web object Performs the navigation registered for this web object. |
cWebObject |
| ptActionData |
Function |
Retrieves the action data for a server action as value tree Retrieves the action data for a server action as value tree. |
cWebObject |
| ResourceManager |
Function |
Returns handle to the cWebResourceManager object Use this function to get a handle to the cWebResourceManager object. |
cWebObject |
| ServerPropStore |
Function |
Returns handle to the cWebServerPropStore object Use this function to get a handle to the cWebServerPropStore object. |
cWebObject |
| ServiceDispatcher |
Function |
Returns handle to the cWebServiceDispatcher object Use this function to get a handle to the cWebServiceDispatcher object. |
cWebObject |
| SessionManager |
Function |
Returns handle to the cWebSessionManager object Use this function get a handle to the cWebSessionManager object. |
cWebObject |
| SetActionMode |
Procedure |
Allows developer to configure a wait dialog for every server action |
cWebObject |
| UnSyncWebProperty |
Procedure |
Unsynchronizes a client web property Unsynchronizes a client web property. |
cWebObject |
| ViewStack |
Function |
Returns handle to the cWebViewStack object Use this function to get a handle to the cWebViewStack object used in drill-down applications. |
cWebObject |
| WebMethodByName |
Function |
Searches for the message handle of a message based on the name of a web method This 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 Use this function to determine if a web method is a function or a procedure. |
cWebObject |
| WebMethodName |
Function |
Converts the message handle of a web method into a string 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 This 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 Returns the public web object name of this object. |
cWebObject |