ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Constants for the archiving functions
List of constants used by the archiving functions....
fListDirectory (Function)
Lists the subdirectories of a given directory and returns the full paths of listed subdirectories.
Creating a query
Two methods can be used to create a query......
fResourceDir (Function)
Returns the path of the read-only resources of the application.
TabClose (Function)
Closes a dynamic pane in a Tab control.
TabSaveConfiguration (Function)
Saves the configuration of dynamic panes found in a Tab control in character string format.
fDataDirUser (Function)
Returns a directory path for the data of the current user of the current application.
TabOpen (Function)
Opens a new pane in a Dynamic Tab control.
TabStatus (Function)
Returns the status of a dynamic tab pane (identified by its alias).
zipDeleteFileList (Function)
Deletes a list of files from an archive.
<zipArchive variable>.AddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.
Handling a dynamic programmatically
WINDEV allows you to handle Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......
LeftIndent (Property)
The LeftIndent property is used to get and change the space to the left of the text in a control.
zipListFile (Function)
Returns the list of files found in an archive.
zipDeleteFile (Function)
Deletes a file from an archive.
HorizontalAlignment (Property)
The HorizontalAlignment property is used to get and change the horizontal alignment of a control or text.
VerticalAlignment (Property)
The VerticalAlignment property is used to get and change the vertical alignment of a control or text.
zipPassword (Function)
Defines the password used to add files into the specified archive and to extract files from the specified archive (RAR, ZIP and WDZ format).
StoreTheConfiguration (Property)
The StoreTheConfiguration property is used to: Determine whether the configuration of the panes in a dynamic Tab control or Ribbon control is automatically saved and restored. Modify the configuration of the panes in a dynamic Tab control or Ribbon control so that it is automatically saved and restored (or not)...
UI modifiable by the end user
By default, WINDEV applications allow end users to modify the interface of the application......
Alignment
The Alignment property is used to align elements.
zipCompressionLevel (Function)
Changes the compression level used when creating an archive in ZIP format or in 7z format.
The single-part and multi-part archives
Two types of archives are available......
zipAddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.
zipFilter (Function)
Returns the list of archive formats supported by the current platform, in the format expected by the filter of fSelect.