ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

zipInfoFile (Example)
Usage example of the zipInfoFile function
sRead (Function)
Reads a character string in the entry buffer of the specified serial port.
sOpen (Function)
Opens and initializes: a serial port. a parallel port. an infrared port....
zipAddFile (Example)
Usage example of the zipAddFile function
zipAddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.
zipChangePath (Function)
Modifies the stored path of a file in an archive (in ZIP, WDZ or 7z format).
zipFindFile (Function)
Finds a file in an archive (in CAB, ZIP, RAR, WDZ or 7z format).
zipCreate (Function)
Creates an archive.
zipCreateExe (Function)
Creates a self-extracting archive as a 32-bit executable (.EXE).
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.
sEvent (Function)
Branches an event on a serial port.
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.
SOAPAddHeader (Function)
Adds a header to the next SOAP function of a Webservice to run.
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.
SOAPEncodeResult (Function)
Used to configure the format of the value returned by the WINDEV SOAP server to the SOAP client program.
SOAPRun (Function)
Runs a procedure on a SOAP server.
SOAPRunXML (Function)
Runs a procedure on a SOAP server.