ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<zipArchive variable>.Exist (Function)
Determines whether an archive exists.
<zipArchive variable>.ListFile (Function)
Returns the list of files found in an archive.
<zipArchive variable>.DeleteFileList (Function)
Deletes a list of files from an archive.
<zipArchive>.SelectFile (Function)
Selects files from an archive.
zipSize (Function)
Returns the size of archive (in ZIP, RAR, CAB, WDZ or 7z format): the size of all compressed files found in the archive. the size of all files found in the archive before compression....
<zipArchive variable>.FindFile (Function)
Finds a file in an archive (in CAB, ZIP, RAR, WDZ or 7z format).
<zipArchive variable>.CreateExe (Function)
Creates a self-extracting archive as a 32-bit executable (.EXE).
NbAnimationSteps (Property)
The NbAnimationSteps property is used to get and specify the number of drawings in the image that defines the animation of a custom infinite Progress Bar control.
AnimationDirectionAlernate (Property)
The AnimationDirectionAlernate property allows you to: Check whether the animation in an infinite Progress Bar control is played forwards first, then backwards. Configure the animation in an infinite Progress Bar control to be played forwards first, then backwards....
Container column in a Table control
A cell found in a Table control can contain a set of controls......
Menu management functions
List of functions for managing menus...
Automatic Application Features (AAF)
The Automatic Application Features (AAF) allow you to add features to your application without having to write a single line of code......
Native Access to SAP
SAP is a widely used ERP......
Rights on the virtual directory
Two-level setup
The two-level setup (or multisite setup) combines: a reference network setup deployed on a local network. an HTTP setup used to update the reference setup on the local network....
Multi-touch in a Chart control
One of the most common applications of the multi-touch feature is used to handle images......
Menus and menu options: Tips & Tricks
This page presents some operations specific to the menus and to the menu options......
Analysis links
The links are used to link the files found in an analysis between themselves......
zipSelectFile (Function)
Selects files from an archive.
Cardinalities
The cardinalities are used to count the links between the files......
Importing styles from a WordPress theme with WEBDEV
WordPress offers numerous templates to create original websites...
zipExist (Function)
Used to find out whether an archive exists.
zipArchivedFile (Type of variable)
The zipArchivedFile type is used to handle a file found in an archive in one of the following formats: ZIP, CAB, RAR or WDZ or a file to add into an archive.
zipFindFile (Function)
Finds a file in an archive (in CAB, ZIP, RAR, WDZ or 7z format).
zipCreateExe (Function)
Creates a self-extracting archive as a 32-bit executable (.EXE).