ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

zipDeleteFile (Function)
Deletes a file from an archive.
zipOpenRAR (Function)
Opens an existing archive in RAR format.
zipAddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.
zipAddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.
zipChangePath (Function)
Modifies the stored path of a file in an archive (in ZIP, WDZ or 7z format).
zipNbPartNeeded (Function)
Returns the number of parts of a given size required to split a single-part archive.
Managing fonts in an iOS or Android project
Android or iOS projects can use custom fonts......
zipDeleteAll (Function)
Deletes all files from an archive.
Bearing (Property)
The Bearing property gets or sets the bearing of the map displayed in a Map control.
Translating programming messages
When developing a multilingual application, you can translate the different messages displayed to the user (messages displayed by Info and YesNo, for example....
fStopCompress (Function)
Stops the operation used to compress or decompress a file.
Multi-touch support
A multitouch feature is a technique allowing the user to interact with a device via several contact points (the fingers are used in most cases)....
Token management functions (prefix syntax)
Token management functions in "Text token" Edit controls....
Debugging in Android
All developers appreciate the possibility to debug an application directly on the device......
User Groupware and multilingual application/site
If your application is a multilingual application, the multilingual feature must also be managed in the windows/pages of user groupware......
Animating the windows of a WINDEV application
To give your applications an outstanding style and to impress the users when starting your applications, the windows can be animated when they are opened and/or closed......
<pdfPage variable>.AddWatermark (Function)
Adds a watermark to a page of an existing PDF file.
Native Access to SAP
SAP is a widely used ERP......
Anchoring controls in a report
The anchors are used to define the behavior of controls during a resize operation......
Changing an application to 64-bit
WINDEV allows you to develop 64-bit applications......
5. User Groupware in practice
<zipArchive variable>.IsMulti (Function)
Returns the type of archive: single-part archive or multi-part archive.
<zipArchive variable>.ExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
<zipArchive variable>.ExtractAll (Function)
Extracts all files from an archive and decompresses them.
<zipArchive variable>.Close (Function)
Closes an archive.