ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Window>.Open (Function)
Opens a modal WINDEV or WINDEV Mobile window.
zipNbPart (Function)
Returns the number of sub-archives (parts) found in an archive in CAB, RAR, ZIP, WDZ, 7z, TAR or TGZ (TAR.GZ) format.
<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.
Automation object
The Automation keyword is used to declare an automation object...
Search and full-text index
HFSQL proposes a quick search for character strings in the data......
Tangent (Function)
Calculates the tangent of an angle.
.NET Assemblies
.NET is Microsoft's software development platform......
<DiskFile variable>.WriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
WEBDEV concepts
zipExtractPath (Function)
Returns the path of a file found in the archive.
zipIsMulti (Function)
Returns the type of archive: single-part archive or multi-part archive.
WebSocketClientConnect (Function)
Establishes a connection between the client and a WebSocket server.
Importing/Consuming web services
WINDEV, WEBDEV and WINDEV Mobile allow you to directly import Webservices into your applications......
The List Box control
The List Box control is used to display a list of elements and to select one or more elements from this list......
Using .NET assemblies in a project
To use .NET assemblies in a project......
InvalidInputListControl (Function)
Builds a list of controls that require data input/contain invalid data....
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.
"Component.WDO" file
When generating the external component, two files are automatically created in the EXE directory of the current project......
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.).