ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Compatibility between external components and deployed applications
A component can evolve in many ways......
<Variable DiskFile>Create (Function)
Creates an external file.
<Variable DiskFile>.Open (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
Creating a Java project
WINDEV allows you to generate a Java application without even knowing the Java language......
Creating and generating an external component
A component must be created from a project containing all the elements required for the component......
zipExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location.
<zipArchive variable>.Create (Function)
Creates an archive.
<Window>.Open (Function)
Opens a modal WINDEV or WINDEV Mobile window.
zipExtractAll (Function)
Extracts all files from an archive and decompresses them.
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
OpenSister (Function)
Opens a non-modal sibling window.
"Component.WDO" file
When generating the external component, two files are automatically created in the EXE directory of the current project......
WINDEV, WEBDEV, Android or iOS external component
An external component is a set of WINDEV, WEBDEV or WINDEV Mobile elements......
Available features and specific features of Java
WINDEV allows you to generate a Java application without even knowing the Java language......
zipExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
Open (Function)
Opens a modal WINDEV window.
zipSplit (Function)
Splits an archive into several sub-archives of a given size.
<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.
<zipArchive variable>.ExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location.
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......
Properties available in Java
WINDEV allows you to generate a Java application without even knowing the Java language......
Testing a Java project and compiling it
When your Java application is developed, you can run the test of the Java project and compile it before creating the archive......
WebSocketClientConnectSSL (Function)
Establishes an SSL connection between the client and a WebSocket server.
zipCurrentFile (Function)
Returns the name of the archived file currently handled by the functions for adding and extracting files.