Name | Type | Description | Defining Class |
AddHttpResponseHeader | Procedure | Sets a specific response header | |
ChildByIndex | Function | Can be used to iterate the direct children of an object | cObject |
ClassSuperClass | Function | Returns the superclass of the passed class | cObject |
ClearErrors | Procedure | Clears the error queue | cBaseWebComponent |
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 |
Destroy | Procedure | Destroys the object that receives the message and any child objects of that object | cObject |
ErrorCount | Function | Returns the number of errors in the current error queue | cBaseWebComponent |
ErrorMessage | Function | Returns the error message for an index in the error queue | cBaseWebComponent |
ErrorMessageDetailed | Function | Returns a detailed (more technical) error message for an index in the error queue | cBaseWebComponent |
ErrorNumber | Function | Returns the DataFlex error number for an index in the error queue | cBaseWebComponent |
ErrorQueueEnd | Procedure | Ends an error queue process | cBaseWebComponent |
ErrorQueueStart | Procedure | Used to start an error queue for a web request | cBaseWebComponent |
Exit_Application | Procedure | Starts the process of closing an application | cObject |
GetCookie | Function | Reads a cookie key | cBaseWebComponent |
HttpRequestHeader | Function | Returns the value of the specified request header as a string. | |
IsClassOfClass | Function | Determines whether the target class is part of the searched class's hierarchy | cObject |
IsObjectOfClass | Function | Determines whether the passed class is part of the object's class hierarchy | cObject |
IsQueuedError | Function | Returns True if errors are being queued | cBaseWebComponent |
LogErrorEvent | Procedure | Raises an error and explicitly logs the error in the event log | cBaseWebComponent |
LogEvent | Procedure | Logs an event to the Web Application's event log | cBaseWebComponent |
ObjectClass | Function | Returns the integer class ID assigned to the class this object is based on | cObject |
OutputString | Procedure | Writes a string to the response body | |
OutputUChar | Procedure | Writes the contents of the UChar array to the response body | |
ParseContentType | Function | Parses the passed content-type header string into the plain MIME type and a set of name value pairs for the other values in the string | |
Request_Destroy_Object | Procedure | Use the Destroy method instead [Obsolete] | cObject |
RequestDataString | Function | Returns the body of the HTTP request as a string | |
RequestDataUChar | Function | Reads request data into a UChar array | |
ServerVariable | Function | Allows retrieval of IIS Server Variable values | cBaseWebComponent |
SetCookie | Procedure | Used to update a cookie key | cBaseWebComponent |
SetResponseStatus | Procedure | Use this function to set the response status code | |
UrlParameter | Function | Extracts a specific GET parameter from the query string | |