ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Point2D (Variable type)
The Point2D type is used to define all the characteristics of a location represented on a Cartesian plane.
WinRedraw (Function)
Immediately redraws the window controls for which a graphic update is required.
ServiceWait (Function)
Pauses the current service during the specified duration.
VariableReset (Function)
Resets the variable to its initial value.
HCheckIndexAsynchronous (Function)
Checks that the data contained in the index file (.NDX file) correctly references the data contained in the HFSQL Client/Server table (.FIC file). This new function is available from WINDEV Suite SaaS 2025 - Update 2....
WDInst: Installing an HFSQL Client/Server application
When creating the setup program of a WINDEV application that uses HFSQL Client/Server tables, WDInst allows you to......
HTTP server response procedure parameters
WLanguage procedure (also called "callback") called by the HTTPSend function or the HTTPSendAsynchronous function when the HTTP server responds.
HSuggestKeyStart (Function)
Starts collecting information on executed queries.
WithSpace (Function)
Adds or deletes the spaces found on the right of a text item when reading it.
2. Managing a Client/Server database
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
EmulateInput (Function)
Performs an input by emulation in a control while checking whether this control is an editable control.
LabelWidth (Property)
The LabelWidth property is used to: Find out the width of labels in a "Label" report. Modify the width of labels in a "Label" report....
Encryption (Property)
The Encryption property allows you to manage the type of encryption used between Client computers and an HFSQL server.
emailAttach (Type of variable)
The emailAttach type is used to handle an attachment.
HCancelAlias (Function)
Cancels an alias that was declared beforehand by HAlias.
iOS specific buttons
WINDEV Mobile includes several standard Apple buttons......
Drive (Type of Variable)
The Drive type allows handle a Drive generically. To use this type of Variable, it is necessary to connect to the desired Drive.
ThreadExecute (Function)
Starts the execution of a secondary thread.
WINDEV 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
ScriptExecute (Function)
Calls an external script (.asp or .php) and returns the result in a string.