ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

EXE constants
List of constants used by the functions for managing executables....
Chart control: "General" tab
In all the editors (window, page or report), the "General" tab of the Chart control description window allows you to define the global characteristics of the control......
WaitWindowStart (Function)
Opens the wait window of application.
9. Types of standard controls
Types of standard controls...
Functions for handling directories and external files
List of functions for handling external files...
HStatCalculate (Function)
Performs various statistical calculations on the file keys.
PopupDisplayPage (Function)
Displays a WEBDEV page as a popup in the current page with a DDW (Dim Disabled Windows) effect.
zipOpen (Function)
Opens an existing archive.
dbgSaveDebugDump (Function)
Saves a dump file of the application.
HListFile (Function)
Returns the list of files: current database schema. database schemas in progress (projects with multiple database schemas). a specific database schema recognized by the HFSQL engine. available on a connection via a Native Connector or an OLE DB driver. for a group of files defined in the data model editor....
pdfPage (Type of variable)
The pdfPage type is used to define all the advanced characteristics of a page from a PDF document loaded in memory.
iParameter (Function)
Retrieves the printer configuration and configures the print.
NumericFormat (Type of Variable)
The NumericFormat type allows you to define all the characteristics of the format that can be used with the NumericalToString function.
OrganizerListAppointment (Function)
Returns: the list of appointments found between two dates in an Organizer control, all appointments found in an Organizer control, a specific appointment (selected or hovered)....
ftpConnection (Variable type)
The ftpConnection type is used to define all the advanced characteristics of an FTP connection.
FTPTime (Function)
Returns the different times (creation, modification or access) associated with a file found on an FTP server (File Transfer Protocol).
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
List of operators
SysEnvironment (Function)
Returns the environment variables of the operating system for the current computer.
WINDEV, WEBDEV and WINDEV Mobile tools
The following tools are provided with WINDEV, WEBDEV and WINDEV Mobile...
ToastDisplay (Function)
Displays a "Toast" message.
Retrieving the coordinates of a click in a clickable image
If the click action of the image is set to "Server call", you can get the click coordinates when the image is clicked in the browser......