ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Menus and menu options: Tips & Tricks
This page presents some operations specific to the menus and to the menu options...
Programming Table controls based on a data file (prefix syntax)
This page explains how to program Table controls based on a data file......
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
fCompress (Function)
Compresses a file.
StringDisplay (Function)
Returns a specific string (or a buffer) to the client browser in response to a request.
<Table>.EnumColumn (Function)
Returns the name of a column found in a Table or Treeview Table control.
<zipArchive variable>.ExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
<zipArchive variable>.Split (Function)
Splits an archive into several sub-archives of a given size.
<zipArchive variable>.ExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location.
TableEnumColumn (Function)
Returns the name of a column found in a Table or Treeview Table control.
Testing a Mobile application
By testing the project you can simulate how the application will run when launched by the user......
The structure of the file for remote control
The management of remote control uses a file in INI format......
Data model editor: Describing a connection
Any program developed with WINDEV, WEBDEV or WINDEV Mobile can easily access......
Handling a dynamic programmatically
WINDEV allows you to handle Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......
ScrollValue (Property)
The ScrollValue property gets and sets the scroll value.
The Tab control
The Tab control is used to simultaneously display different controls......
Transforming a WINDEV project into Mobile: a detailed audit
Transforming WINDEV applications into Mobile is very easy......
zipExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location.
zipSplit (Function)
Splits an archive into several sub-archives of a given size.
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
zipExtractAll (Function)
Extracts all files from an archive and decompresses them.
ServiceWait (Function)
Pauses the current service during the specified duration.
"?" menu
WINDEV proposes a help menu adapted to your applications......
TableEnableFilter (Function)
Implements a user filter on a column found in a Table or TreeView Table control.
<zipArchive variable>.CurrentFile (Function)
Returns the name of the archived file currently handled by the functions for adding and extracting files.
Deploying an application via App Store
Deployment to the App Store is the most common deployment mode......