ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HTTPCookieWrite (Function)
Adds or modifies a cookie in an HTTP request.
HTTPConfigure (Function)
Configures the functions that use the HTTP protocol.
<httpRequest variable>.WriteCookie (Function)
Adds or modifies a cookie in an HTTP request.
Creating the skin template of a report
HTTPResetForm (Function)
Clears an HTTP form that is currently edited.
HTTPCancelForm (Function)
Cancels the declaration of an HTTP form and frees all its resources.
HTTPCookieRead (Function)
Returns the value of a cookie received further to an HTTP request.
Method (Property)
The Method property specifies the HTTP method used.
<httpRequest variable>.ReadCookie (Function)
Returns the value of a cookie received further to an HTTP request.
<fbSession variable>.Request (Function)
Sends an HTTP request to the Facebook Graph API.
Compiling and testing the help system
It is necessary to compile the help to create a file based on the information entered in the help editor......
Manipulating an HTML Display control in the code
The HTML Display control is used to display a Web page in an application......
GglRequest (Function)
Sends a communication request (HTTP request) to a Google service.
WebserviceWriteHTTPHeader (Function)
Adds an additional HTTP header to a request of a REST Webservice.
<httpRequest variable>.GetCookie (Function)
Retrieves the cookies read by a call to HTTPSend for an HTTP domain.
<gglConnection variable>.Request (Function)
Sends a communication request (HTTP request) to a Google service.
Compilation options (chm format)
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.
SSL: Secure transactions with WEBDEV
When using an Internet application, the data circulating between the computer of the Web user and the Web server is not protected......
Ad Hoc deployment
VersionHTTP (Property)
The HTTPVersion property is used to manage the HTTP version used by the server....
Adapting a project to use the skins
An existing project (developed with an earlier WEBDEV version for example) can be easily adapted to use the skin elements......
Creating a help file
WINDEV, WEBDEV and WINDEV Mobile allow you to create a help file and associate it with an application or website......
FBRequest (Function)
Performs a communication request (HTTP request) to the Facebook Graph API.
WebserviceReadHTTPHeader (Function)
Reads the HTTP header received in a call to a SOAP or REST Webservice.
1
2
3
4
5
6
191
>