ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

EmailReadNext (Function)
Reads the incoming email found after the current email according to the protocol (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
Delete (Reserved word)
The memory occupied by a dynamic object (array, class object, ...
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....
TablePrint (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.
URI constants
The following constants are used by URI-specific functions:...
Pyramid charts
Pyramid charts allow you to view data in descending order......
The Dockable Panel control
The Dockable Panel control allows you to easily organize the software interface into zones that the end user can freely move......
The Item control
The "Item" control is used to edit the content of an item found in a data file......
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
zipFindFile (Function)
Finds a file in an archive (in CAB, ZIP, RAR, WDZ or 7z format).
SQLite: Programming with HFSQL functions
To use an SQLite database with Native Connector (also called Native Access), the structure of SQLite tables must be imported into the data model editor....
pdfParameter (Type of variable)
The pdfParameter type defines all the characteristics of the PDF file to be generated.
The "Waterfall" charts
The "Waterfall" chart is a bar chart used to represent the positive or negative additions of several categories......
FileDisplay (Example)
Usage example of the FileDisplay function
PVTToExcel (Function)
Creates an Excel file with data from a Pivot Table control.
The email structure
The email structure is a preset structure of WLanguage (no declaration is required)......
Report based on an HFSQL view
A report based on an HFSQL view is used to print records from an HFSQL Classic or Client/Server view......
HDescribeFile (Function)
Describes a data file programmatically.
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
restRequest (Type of variable)
The restRequest type is used to define the advanced characteristics of a REST request.
Port (Property)
The Port property is used to identify and change a server connection port.
docProperty (Type of variable)
The docProperty type is used to define the properties of a Word Processing document.
Color (Property)
The Color property is used to get and change the color of an element.
HGetCurrentPosition (Function)
Returns the approximate position of current record in the data file.
HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.