Methods Table
|
Return Type |
Description |
|
|
CGIValue |
String |
The value of the specified CGI Environment Variable. If no variable is specified all variables are retuned. |
|
HTTPHeader |
String |
Returns the entire HTTP Header or specific Fields |
|
QueryString |
String |
Returns the value of the specified parameter in the Query String. |
|
QueryStringCount |
Integer |
Returns the number of occurrences of a parameter within a Query String. |
|
ReturnData |
String |
Used to send HTML data back in when the CallFunction event is raised. |
|
ServerRunning |
Boolean |
TRUE if the web server is running and FALSE if not. |
|
StartServer |
Boolean |
Starts the web server engine. |
|
Stats_BytesReceived |
String |
Bytes received by web server. |
|
Stats_BytesSent |
String |
Bytes sent by web server. |
|
Stats_Errors |
String |
Number of trapped errors by web server. |
|
Stats_FreeConnections |
String |
Number of free (available) connections. |
|
Stats_Requests |
String |
Number of client requests (pages, images, etc.) to web server. |
|
Stats_UpTime |
String |
Up Time of web server. |
|
StopServer |
Boolean |
Stops the web server engine. |
|
TrapFileData |
String |
Sends data to WebX for client on trapped pages. |
|
TrapFileDataEx |
String |
Same as TrapFileData but with ability to add HTTP Headers to response. |
|
Version |
String |
The Version of the ActiveX component (OCX). In the format Major.Minor.Revision. |