ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

zipNbPartNeeded (Function)
Returns the number of parts of a given size required to split a single-part archive.
GglRequest (Function)
Sends a communication request (HTTP request) to a Google service.
GglDelete (Function)
Deletes data from the Google server.
zipExtractAll (Function)
Extracts all files from an archive and decompresses them.
zipOpenRAR (Function)
Opens an existing archive in RAR format.
DocPrint (Function)
Prints a document in "docx" format.
DocToHTML (Function)
Converts a Word Processing document into an HTML file.
HInfoFile (Function)
Returns the characteristics of an HFSQL Classic or Client/Server data file....
zipChangePath (Function)
Modifies the stored path of a file in an archive (in ZIP, WDZ or 7z format).
fWrite (Function)
Writes: a character string into an external file. a memory section....
fClose (Function)
Closes an external file.
zipDeleteFile (Function)
Deletes a file from an archive.
HInfoFileRights (Function)
Gets the rights granted to a user or group on an HFSQL Client/Server table....
zipDeleteAll (Function)
Deletes all files from an archive.
zipFileSize (Function)
Returns the size of one of the archive files (in CAB, RAR, WDZ, ZIP, 7z, gzip, TAR or TGZ (TAR.GZ) format): the compressed size of the file. the size of file before compression....
zipAddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.
HInfoDatabaseRights (Function)
Gets the rights granted to a user or group on a database.
<Source>.FileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....