ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<DiskFile variable>.WriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
Project Management Hub: Management of incidents
The Project Management Hub allows you to keep a history of the incidents encountered in your applications......
WEBDEV concepts
.NET Assemblies
.NET is Microsoft's software development platform......
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.
zipOpenCAB (Function)
Opens an existing archive in CAB format.
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.
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.
WebSocketClientConnect (Function)
Establishes a connection between the client and a WebSocket server.
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
The Button control
The Button control allows the user or the Web user to run a specific action with a simple click......
Using .NET assemblies in a project
To use .NET assemblies in a project......
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
fCompress (Function)
Compresses a file.
Creating and generating an external component
A component must be created from a project containing all the elements required for the component......
Optional connection information
When defining the connections in the data model editor or when defining the connections through programming, you have the ability to specifier the optional connection information......
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.
<zipArchive variable>.ExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location.
Compatibility between external components and deployed applications
A component can evolve in many ways......
"Component.WDO" file
When generating the external component, two files are automatically created in the EXE directory of the current project......