ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SOAPAddHeader (Function)
Adds a header to the next SOAP function of a Webservice to run.
zipSplit (Function)
Splits an archive into several sub-archives of a given size.
zipSplit (Example)
Usage example of the zipSplit function
zipIsMulti (Function)
Returns the type of archive: single-part archive or multi-part archive.
zipExtractPath (Function)
Returns the path of a file found in the archive.
zipInfoFile (Example)
Usage example of the zipInfoFile function
zipListFile (Function)
Returns the list of files found in an archive.
zipMsgError (Function)
Returns the message associated with an error code on an archive.
zipMsgError (Example)
Usage example of the zipMsgError function
SMSSend (Function)
Sends an SMS.
Constants for managing streams (sound and video)
List of constants used by the functions for managing the streams (sound and video)....
SMSReset (Function)
Resets all variables of SMS structure.
zipCreate (Function)
Creates an archive.
zipNbPartNeeded (Function)
Returns the number of parts of a given size required to split a single-part archive.
SOAPGetResult (Function)
Returns the result of the last SOAP procedure that was successfully run.
zipOpen (Function)
Opens an existing archive.
SOAPRunXML (Function)
Runs a procedure on a SOAP server.
SocketAccept (Function)
Run on the server, this function accepts a request for connecting to an existing socket found on the server.
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....
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....
SocketChangeTransmissionMode (Function)
Changes the transmission mode used on a socket.
SocketCreate (Function)
Creates a socket.
SocketCreateUDP (Function)
Creates a socket that uses the UDP protocol.
SocketExist (Function)
Checks the existence of socket.
Serial and parallel port management functions
List of functions for managing serial and parallel ports...