ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

How to sort the result of a query?
This help page explains how to create a sort query with the query editor....
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues and suggests improvements......
eExchangeRate (Function)
Returns the value of the exchange rate for a currency.
Report based on a programmed data source
In a report on a programmed data source, the reading of the records that will be displayed in the report requires full programming in WLanguage......
docRow (Type of variable)
The docRow type is used to define the advanced characteristics of a table row in a Word Processing document.
GuidedTour (Type of Variable)
The GuidedTour type allows you to define all the advanced characteristics of a guided tour and its stages.
Visibility of the elements found in an external component
When creating an external component, you have he ability to define the elements of the external component that will be accessible (or not) by the user of the component......
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
grDestinationControl (Function)
Defines an Image control as destination of a chart.
fExeDir (Function)
Returns the directory from which the execution is started.
ArraySort (Function)
Sorts a WLanguage array.
emailIMAPSession (Type of variable)
The emailIMAPSession type is used to access a messaging server by using the IMAP protocol (Internet Access Message Protocol) in order to retrieve the messages found on this server.
HFSQL server configuration
The HFSQL Control Center allows you to fully manage HFSQL servers......
FTPGetFile (Function)
Transfers a file from an FTP (File Transfer Protocol) server to the current computer.
J2EERun (Function)
Runs a procedure on a server of J2EE XML Web services.
3-tier architecture
The development in "3-tier" architecture is now simplified......
User Groupware and Client/Server data files
An application that uses the user groupware can be used with a HyperFileSQL database in Client/Server mode......
SchedulerDeleteAppointment (Function)
Deletes an appointment from a Scheduler control.
Bluetooth constants
List of constants used by the Bluetooth functions....
HFSQL Control Center: HFSQL Client/Server backups
The HFSQL Control Center is used to manage the backups of HFSQL Client/Server data files......
InApp constants
Objective C: Calling a WLanguage procedure
A global procedure in WLanguage can be directly called from the code of a global procedure in Objective C......
WLanguage procedure called by FTPListFile
Procedure ("Callback") called by FTPListFile for each file found.
TableMoveColumn (Function)
Moves a column in a Table or TreeView Table control.
Compile (Example)
Usage example of the Compile function