ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

zipAddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.
fMoveFile (Function)
Moves a file from one directory to another.
fUnlock (Function)
Entirely or partially unlocks an external file.
Native MySQL Connector: Specific features and remarks
Remarks and specific features of the Native MySQL Connector...
InvalidInputListControl (Function)
Builds a list of controls that require data input/contain invalid data....
SSH constants
The following constants are used to manage an SSH server:...
ParallelTaskExecuteAfter (Function)
Indicates a continuation parallel task that will be run when one of the specified parallel task is completed.
ParallelTaskExecuteAfterAll (Function)
Indicates a continuation parallel task that will be run when all the tasks found in an array of parallel tasks are ended.
MultimediaControlVisible (Function)
Manages the visibility of control buttons (Play, Pause, Fast Forward, ...) found in the Multimedia control.
Lambda: Expressions and procedures
A lambda ("lambda function") is a more concise way to write internal procedures...
FinDecreasingRedemption (Example)
Usage example of the FinDecreasingRedemption function
Dedicated Web server
When installing WEBDEV development version, if no Web server is available on the current computer, WEBDEV automatically installs one (IIS Express version 10). This server is automatically configured to work with WEBDEV....
EmailDeleteMessage (Example)
Usage example of the EmailDeleteMessage function
HTMLToRTF (Function)
Converts an HTML string or an HTML buffer to an RTF string.
HTMLToText (Function)
Converts an HTML string or buffer to text.
Constants for managing Organizer controls
Constants for managing Organizer controls...
Errors during an FTP installation
The list below presents the error messages that are displayed in the remote setup wizard (for the site manager)......
DashResizeWidget (Function)
Changes the dimensions of a widget found in a Dashboard control.
DashMoveWidget (Function)
Changes the position of a widget found in a Dashboard control.
EmailSendMessage (Example)
Usage example of the EmailSendMessage function
HTTPConfigure (Function)
Configures the functions that use the HTTP protocol.
Types associated with the Word processing
WINDEV and WEBDEV propose several types of variables allowing you to handle Word Processing documents......
LabelHeight (Property)
The LabelHeight property is used to: Find out the height of labels in a Label report. Modify the height of labels in a Label report....
zipDeleteFile (Example)
Usage example of the zipDeleteFile function
fWrite (Function)
Writes: a character string into an external file. a memory section....