ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Message text file format
The text files created by WDMSG use a specific format......
<zipArchive variable>.FileSize (Function)
Returns the size of one of the files found in the archive (in CAB, RAR, WDZ, ZIP, 7z, TAR or TGZ (TAR.GZ) format): the compressed size of the file. the size of file before compression....
<zipArchive variable>.AddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.
zipNbFile (Function)
Returns the number of files found in an archive (in CAB, RAR, ZIP, WDZ or 7z format).
<zipArchive variable>.ChangePath (Function)
Modifies the stored path of a file in an archive (in ZIP, WDZ or 7z format).
<Map>.DeleteAll (Function)
Deletes the following from a Map control: all markers, all shapes, all images....
<zipArchive variable>.DeleteAll (Function)
Deletes all files from an archive.
Extracting the text of the project
The following text can be extracted......
Reintegrating text into a project
All the text form the translation file can be reintegrated into a project......
zipOpenRAR (Function)
Opens an existing archive in RAR format.
MaxButtonWidth (Property)
The MaxButtonWidth property is used to get and set the maximum width of a button in a tab pane.
MapDeleteAll (Function)
Deletes the following from a Map control: all markers, all shapes, all images....
zipNbPartNeeded (Function)
Returns the number of parts of a given size required to split a single-part archive.
zipDeleteAll (Function)
Deletes all files from an archive.
zipFileSize (Function)
Returns the size of one of the files found in the archive (in CAB, RAR, WDZ, ZIP, 7z, TAR or TGZ (TAR.GZ) format): the compressed size of the file. the size of file before compression....
zipExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location.
ControlToSource (Function)
Assigns the control value to the source of a control link.
fStopCompress (Function)
Stops the operation used to compress or decompress a file.
ControlCreate (Function)
Creates a new control (of any type) in a window through programming.
<List variable>.Info (Function)
Retrieves the characteristics of a WLanguage list: types of elements and number of elements.
<Queue variable>.Info (Function)
Retrieves the characteristics of a queue: types of elements and number of elements.
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......
<zipArchive variable>.AddFile (Function)
Adds a file (of any type) into an archive in CAB, ZIP, WDZ and 7z, TAR or TGZ (TAR.GZ) format and compresses it.
WindowIfNew (Property)
The WindowIfNew property is used to get and change the name of the internal window to be opened if the end user opens a new tab in a dynamic Tab control.