ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Management of Google contacts (prefix syntax)
The Google Contact service is used to manage contacts on Internet......
<Document variable>.Undo (Function)
Undoes the last action performed on a Document variable.
<Document variable>.UndoCount (Function)
Returns the number of actions that can be undone in a Document variable.
<Document variable>.UndoRedoDeleteAll (Function)
Deletes the entire history of Undo/Redo mechanism for a Word Processing document....
<Document variable>.ToHTML (Function)
Converts a Document variable into an HTML file.
<Document variable>.ToImage (Function)
Exports a page contained in a Document variable in image format.
<Document variable>.ToText (Function)
Creates a character string with the data of a Document variable.
Utility components
WINDEV includes several utility components that allow you to handle data directly......
Display the code of an element
WINDEV, WEBDEV and WINDEV Mobile allow the use of event-driven and object-oriented programming......
HFSQL and Docker
Docker is a software platform that allows you to run applications in software containers on Linux (Docker runs like a daemon)......
Docker image of the HFSQL server
From version 22, a Docker container with the HFSQL server is available in Docker Hub......
HUpdateLink (Function)
Updates on the server all the links of an HFSQL Client/Server data file....
<Document variable>.Save (Function)
Saves a document as a "docx" file.
<Input>.CalendarOpen (Function)
In a Date edit control, opens a popup window displaying a calendar.
<httpRequest variable>.ManageCookie (Function)
Enables or disables the management of cookies in an HTTP request run by HTTPRequest.
<httpRequest variable>.ResetCookie (Function)
Deletes all the cookies (globally or for a domain) stored by the calls to HTTPRequest.
<httpRequest variable>.GetCookie (Function)
Retrieves the cookies read by a call to HTTPSend for an HTTP domain.
<httpRequest variable>.ReplaceCookie (Function)
Replaces all cookies stored by HTTPSend for a domain.
<Date type>.ToMonthInAlpha (Function)
Returns the name of the month that corresponds to a specified date.
<Date type>.ToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
<DateTime type>.ToReal (Function)
Converts a date and time to an 8-byte real.
<DateTime type>.ToEpoch (Function)
Converts a local datetime to Epoch format (number of time units since 01/01/1970 at 00h00 UTC)....
gpwAddUserToGroup (Function)
Adds a user to a group of the User Groupware database.
picLayer (Type of variable)
The picLayer type is used to define all the advanced characteristics of a layer of an image loaded in a WDPic variable.
Toast (Type of variable)
The Toast type is used to define all the advanced characteristics of a toast notification.