ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FTPGet (Function)
Transfers a file or directory from an FTP (File Transfer Protocol) server to the current computer.
SQLModify (Function)
Modifies the content of a row in the query result.
Convert (Function)
Converts a numeric value into a binary string in order to perform a search on a numeric key.
XMLNext (Function)
Positions on the next element (tag or attribute).
Multimedia control properties
List of properties associated with the Multimedia control...
Creating the Form pages of a WEBDEV RAD pattern
Assignment operators
Three assignment operators are available......
Programming custom calculations in Table controls
Docker image of the HFSQL server
From version 22, a Docker container with the HFSQL server is available in Docker Hub......
Manual deployment of a dynamic site
WEBDEV proposes several methods for deploying a dynamic site......
Native Progress Connector: Programming with HFSQL functions
To use a Progress database with the Native Connector, you must ......
dEndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
HModifyUser (Function)
Modifies the information about a user according to the elements found in the corresponding variables for user management.
<Organizer>.DeleteAll (Function)
Deletes all the appointments from an Organizer control.
Installing a WEBDEV cluster
A WEBDEV cluster is a set of servers (or server farm)......
Markdown
Markdown is a lightweight markup language that allows you to apply formatting to text......
The Ribbon control
The Ribbon control proposes an additional feature regarding the menus found in your applications. It is used to present in a small surface a large number of controls arranged logically in order to perform choices....
Type (Property)
The Type property is used to get: the type of element (data file or item) defined programmatically or in the data model editor, view or query. the type of object. the type of data held in a Variant....
Handling a dynamic programmatically
WINDEV allows you to handle Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......
GglConnect (Example)
Usage example of the GglConnect function
ControlInvisible (Function)
Makes a control (or a group of controls) invisible in a window. An animation can be set on the controls during this operation.
RoundCeil (Function)
Returns: the value rounded up to the nearest integer. the duration rounded up to the nearest interval. the date and time rounded up to the nearest interval....
OrganizerDeleteAppointment (Function)
Deletes an appointment from an Organizer control.
ControlToSource (Function)
Assigns the control value to the source of a control link.
ParallelTaskExecuteAfterAll (Function)
Indicates a continuation parallel task that will be run when all the tasks found in an array of parallel tasks are ended.