ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Flexbox control description: Details tab
The "Details" tab of the Flexbox control description window allows you to define how the control reacts when the browser is resized horizontally or vertically......
Constant
The constants are language elements whose value is fixed once and for all...
Native SQL Server Connector: Retrieving the output value of a stored procedure
The Native SQL Server Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
FTPSend (Function)
Transfers a file or directory to an FTP server (File Transfer Protocol).
HTML Display control processes
WINDEV and WINDEV Mobile include different WLanguage events associated with HTML Display Controls......
Native PostgreSQL Connector: Specific features and remarks
Remarks and specific features of Native PostgreSQL Connector......
Timer (Function)
Periodically and automatically calls a WLanguage procedure.
Dynamic array (Type of variable)
A dynamic array is an "advanced" type of array...
Report based on a Looper control
A report based on a Looper control is used to directly print the information displayed in the control......
Query editor: Characteristics
ToastDisplay (Function)
Displays a "Toast" message.
NextTitle (Function)
Modifies the title of next window to open.
Automation object
The Automation keyword is used to declare an automation object...
HReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
Creating an executable: WINDEV framework
Each WINDEV function is associated with a WINDEV DLL......
WINDEV: Example of programmed Drag and Drop
WEBDEV: Scheduled tasks and delayed tasks
WEBDEV allows you to implement tasks on the server directly......
HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
dSlice (Function)
Draws a circle section or an ellipse section: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
WEBDEV administrator: Setups
The "Setups" tab allows you to configure the different administration features of the WEBDEV server......
EncryptStandard (Example)
Usage example of the EncryptStandard function
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
Window with arrow (iPad)
The principle of windows with arrow is straightforward......
HTML table
The HTML table is a control used to easily create specific layouts in the HTML pages......
Installing a Webservice (old format)