ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HTML table
The HTML Table control allows you to create specific layouts in HTML pages...
The Cell control
The Cell control contains controls...
<Editor HTML>.InsertTable (Function)
Inserts a table at the cursor position in an HTML Editor control.
Managing actions with Undo/Redo
WINDEV allows you to easily manage the Undo/Redo feature in your applications with the ActionXXX functions......
VSpace (Property)
The VSpace property is used to get and change the vertical spacing between the labels in a report. This spacing was defined when creating the Label report.
XamlEvent (Function)
Associates a procedure written in WLanguage with an event of Xaml control.
GglRequest (Function)
Sends a communication request (HTTP request) to a Google service.
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.
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.
Label report
The report editor allows you to create "Label" reports......
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.
CriticalSectionStart (Function)
Marks the start of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section.
<httpRequest variable>.ManageCookie (Function)
Enables or disables the management of cookies in an HTTP request run by HTTPRequest.
Xaml functions (prefix syntax)
List of Xaml functions (prefix syntax)...
WLanguageCodeGetCSSDeclarations( Function)
Returns the CSS style sheet corresponding to a theme in the WLanguage code.
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc....
Transforming a WINDEV project into Mobile: a detailed audit
Transforming WINDEV applications into Mobile is very easy......