ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDInst: components and setup models
By default, the setup program installs all the specified files on the setup computer......
Database access: summary
WINDEV and WEBDEV support different SQL query execution modes depending on how the database was accessed.......
The Flexbox control
Flexbox is a standard layout system for web pages......
zipExtractAll (Function)
Extracts all files from an archive and decompresses them.
Access rights to a class property
A property is a code element that includes two processes......
zipSplit (Function)
Splits an archive into several sub-archives of a given size.
GglDisconnect (Function)
Disconnects the user from the Google services used. During the next re-connection, the authorizations linked to the Google services will be asked again.
Tips for an application that uses the User Groupware
To simplify the configuration of user groupware according to the users, the controls should be organized in groups of controls......
CaptionIfNew (Property)
The CaptionIfNew property is used to get and change the caption of a pane opened by the end user in a dynamic Tab control.
<zipArchive variable>.CurrentFile (Function)
Returns the name of the archived file currently handled by the functions for adding and extracting files.
Serial and parallel port management functions
List of functions for managing serial and parallel ports...
StringDeleteDuplicate (Function)
Removes duplicates among substrings of a string, based on one or more separators.
Customizing the User Groupware
TabOffset (Property)
The TabOffset property is used to get and change the offset between the border of a Tab or Ribbon control and the tab buttons.
Skins
The skins are used to standardize the visual aspect of a site and they allow you to easily change style......
WDZip: Overview
WDZip is used to compress and group your files in archives......
Right (Function)
Extracts the last characters from a string or string buffer.
zipCurrentFile (Function)
Returns the name of the archived file currently handled by the functions for adding and extracting files.
Constants for managing ports
List of constants used by the functions for port management (serial and parallel ports)...
The Progress Bar control
The Progress Bar control is used to follow the progress of an event......
Configuring an application with User Groupware
Window controls
Several types of controls can be used in a window, ......
DriveSendFile (Function)
Sends a file (present on the user's machine) to an Drive (remote disk)....
12. Control templates
WINDEV Mobile allows you to create control templates....
fDelete (Example)
Usage example of the fDelete function