ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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.
MapChangeStyle (Function)
Changes the style of the map displayed in the Map control.
<Map>.ChangeStyle (Function)
Changes the style of the map displayed in the Map control.
HTTPCookieRead (Function)
Returns the value of a cookie received further to an HTTP request.
Managing actions with Undo/Redo
WINDEV allows you to easily manage the Undo/Redo feature in your applications with the ActionXXX functions......
XamlEvent (Function)
Associates a procedure written in WLanguage with an event of Xaml control.
DefaultCell
The DefaultCell property sets the style of cells in XLS documents.
WebserviceWriteHTTPHeader (Function)
Adds an additional HTTP header to a request of a REST Webservice.
FontBold (Property)
The FontBold property is used to manage bold style in a text.
GglRequest (Function)
Sends a communication request (HTTP request) to a Google service.
FontItalic (Property)
The FontItalic property is used to manage italic style in a text.
<httpRequest variable>.GetCookie (Function)
Retrieves the cookies read by a call to HTTPSend for an HTTP domain.
<Xaml>.Event (Function)
Associates a procedure written in WLanguage with an event of Xaml control.
<gglConnection variable>.Request (Function)
Sends a communication request (HTTP request) to a Google service.
MapGetStyle (Function)
Returns the style used by the map displayed in the Map control.
Line (Property)
The Line property is used to define the line style used.
<Map>.GetStyle (Function)
Returns the style used by the map displayed in the Map control.
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.
Cookie (Type of variable)
The Cookie type is used to handle the cookies transmitted in the HTTP requests.
WebserviceReadHTTPHeader (Function)
Reads the HTTP header received in a call to a SOAP or REST Webservice.
FBRequest (Function)
Performs a communication request (HTTP request) to the Facebook Graph API.
<httpRequest variable>.ManageCookie (Function)
Enables or disables the management of cookies in an HTTP request run by HTTPRequest.
Printing a report in WEBDEV
When creating a report, the test of this report can be run from the report editor. You also have the ability to include this report in your sites. The Web user will have the ability to print the report from a button, a menu option, ... for example....