ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

EmailReadFirst (Function)
Reads the first incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
Extern (Reserved word)
EXTERN is used to...
BrowserName (Function)
Returns the name of the browser of the Web user ("user agent").
dSaveImage (Function)
dSaveImage is kept for backward compatibility.
dPolygon (Function)
Draws a polygon: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
SaveParameter (Function)
Saves a persistent value in the registry or in another file specified by InitParameter.
HPrevious (Function)
Positions on the previous file record according to a browse item.
Optional events
By default, the codes available in the code editor correspond to the most common codes......
The Slider control (in a window)
A slider control is used to select a value between two bounds......
EmailReadMessageHeader (Function)
Reads the header of an incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
HFSQL Client/Server: Configuring the data files on the server
HCopyFile (Function)
Copies an HFSQL data file (.fic, .ndx and .mmo files if they exist): from the HFSQL server to the server (to perform a backup for example). from the HFSQL server to the client (to perform a local backup for example). from the client to the HFSQL server (to update the data files for example). from an HFSQL server to antoher HFSQL server....
Analysis links
The links are used to link the files found in an analysis between themselves......
zipCreate (Function)
Creates an archive.
Reports & Queries: Specific features
This help page presents the specific features of "Reports & Queries" (which means the user version of report editor) ......
Migrating a WEBDEV site to PHP
To migrate a WEBDEV site to PHP......
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....
HNext (Function)
Sets the position on the next data file record according to a browse item.
WindowFromSource (Function)
Automatically initializes the controls of a window with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
GglFile (Type of Variable)
The GglFile type allows you to know all the characteristics of a file from the Google software suite (Docs, Sheets, etc.).
3. Preparing the setup program
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 3 - Preparing the setup program - 5 min...
Creating an application using the RAD methodology
The RAD (Rapid Application Development) is a technology used to easily create a full application (or site)......
Printing in Linux
WEBDEV and WINDEV allow you to print to PDF in Linux using WLanguage functions......
iOutputInfo (Type of variable)
The iOutputInfo type is used to get the details of a report print or export job, or the details of a print job performed programmatically from the report viewer.
DnDIsDataAvailable (Function)
Checks whether a specific type of data is available during Drag/Drop....