ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

zipInfoFile (Function)
Returns the characteristics of a file found an archive: The name of the file and its stored path. The initial size of the file. The compressed size of file. The date and time of file creation. The date and time of file modification. The date and time of file access. The file attributes. The file encryption mode....
fWriteLine (Example)
Usage example of the fWriteLine function
DashDisplay (Function)
Refreshes elements in a Dashboard control.
zipNbFile (Function)
Returns the number of files found in an archive (in CAB, RAR, ZIP, WDZ or 7z format).
fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
HSynchronizeReplica (Function)
Synchronizes master and subscriber replicas: operations performed on one replica are transferred to the other.
zipClose (Function)
Closes an archive.
zipSize (Function)
Returns the size of the archive (in ZIP, RAR, CAB, WDZ, 7z, gzip, TAR or TGZ (TAR.GZ) format): the size of all compressed files found in the archive. the size of all files found in the archive before compression....
Content (Property)
The Content property is used to get and change the content of an element.
zipNbPart (Function)
Returns the number of sub-archives (parts) of an archive in CAB, RAR, ZIP, WDZ, 7z, gzip, TAR or TGZ (TAR.GZ) format.
<Map>.DisplayPosition (Function)
Centers the map displayed in a Map control on a geographical position or on a specific location.
Update (Property)
The Update property specifies the updates to be made.
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
Wrapping (Property)
The Wrapping property gets and sets the wrapping options of an element.
HTMLToText (Function)
Converts an HTML string or buffer to text.
sshSession (Variable type)
The sshSession type is used to define the characteristics of a connection to an SSH server.
grZoom (Function)
Defines the zoom of a chart.
Keyword (Property)
The Keyword property is used to get and change a keyword.
Marker (Variable type)
The Marker type is used to define the characteristics of a marker that must be positioned on a map displayed in a Map control.
TableAddChild (Example)
Usage example of the TableAddChild function
zipAddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.