ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing bar codes
The use of bar codes to identify and manage products has become essential...
Constants for the archiving functions
List of constants used by the archiving functions....
Handling a report (in the editor)
Once a report was created, the description of this report can be modified at any time......
Printing a watermark text
A report (and a duplicate copy) can include an additional text in the format of a watermark, such as "Confidential" or "Duplicate" printed across the report....
Interacting with the user
WINDEV, WEBDEV and WINDEV Mobile allow you to communicate with the user via dialog boxes......
Extracting messages added or modified since last extraction
A project was already created and translated......
7. Custom-Folders: Organize your project
Custom-Folders: Organize your project...
zipAddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.
WINDEV and the streams - Use example
In this example, the application must manage a video conference between two computers......
zipChangePath (Function)
Modifies the stored path of a file in an archive (in ZIP, WDZ or 7z format).
Report blocks
A printed report includes several sections......
zipAddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.
zipListFile (Function)
Returns the list of files found in an archive.
Remote WEBDEV administrator: Create a WEBDEV account
The management of accounts is accessible in the remote administrator for the server administrator only....
Link functions
Link functions are used to link the interface with the data files (and vice versa). These functions are as follows:...
The OLE control
The OLE control is used to handle an OLE object......
Internal component
An internal component is a set of elements from a project......
InfoWithTimeoutAsynchronous (Function)
Displays a custom message in a non-blocking system information window for a given amount of time.
Salesforce functions (prefix syntax)
List of Salesforce functions (prefix syntax)...
Style of a control
As soon as it is created, a control is associated with a style......
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
DDE constants
List of constants used by the DDE functions...
zipOpen (Function)
Opens an existing archive.
zipFilter (Function)
Returns the list of archive formats supported by the current platform, in the format expected by the filter of fSelect.
zipMerge (Function)
Merges the different sub-archives found in a multi-part archive to create a single-part archive.
Integrating a WEBDEV site into a WINDEV application
By integrating a website into a window in a desktop application, you can share existing elements and boost productivity......