ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WEBDEV concepts
zipAddFile (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.
zipCreate (Function)
Creates an archive.
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.
zipOpenCAB (Function)
Opens an existing archive in CAB format.
zipOpen (Function)
Opens an existing archive.
zipMerge (Function)
Merges the different sub-archives found in a multi-part archive to create a single-part archive.
6. Procedures
WINDEV Tutorial - WLanguage basics Lesson 6 - Procedures - 20 min
WebSocketClientConnect (Function)
Establishes a connection between the client and a WebSocket server.
The Button control
The Button control allows the user or the Web user to run a specific action with a simple click......
Burner constants
List of constants used by the burner functions....
Creating and generating an external component
A component must be created from a project containing all the elements required for the component......
ControlCreate (Function)
Creates a new control (of any type) in a window through programming.
<zipArchive variable>.ExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
<zipArchive variable>.Split (Function)
Splits an archive into several sub-archives of a given size.
Compatibility between external components and deployed applications
A component can evolve in many ways......
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......
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable, edit control in a window, Static control in a report, ...).
fLoadText (Function)
Loads the content of a text file into any text control or text variable (string variable, edit control in a window, Static control in a report, etc.).
Creating a strong-named .NET assembly
To create a strong-named .NET assembly ......
WebSocketClientConnectSSL (Function)
Establishes an SSL connection between the client and a WebSocket server.
The windows and pages of the User Groupware
Two methods can be used to include the user groupware......
User Groupware files
Two categories of data files are managed......
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:...