ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling a Progress Bar control through programming
A Progress Bar control can be handled through programming......
dbgAssert (Function)
Used to find out and signal the possible errors via an assertive programming.
Polar Area charts
Polar Area charts are similar to Pie charts. However, each segment has the same angle......
WINDEV 2024 Tutorial - Table of contents
WEBDEV 2024 Tutorial - Table of contents
zipArchivedFile (Type of variable)
The zipArchivedFile type is used to handle a file found in an archive in one of the following formats: ZIP, CAB, RAR or WDZ or a file to add into an archive.
xmlDocument (Type of variable)
The xmlDocument type is used to handle an XML file.
MacOS - Developing an application in Catalyst mode
Apple has recently released an SDK to natively compile iOS applications for MacOS......
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
Time (Type of variable)
The Time type is used to easily handle the times...
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
Animating an image
WINDEV, WINDEV Mobile and WEBDEV allow you to handle several types of animated images......
Including a supercontrol in a window or in a page
hRSConfig (Type of variable)
The hRSConfig type is used to define the advanced characteristics of a replication between 2 HFSQL servers.
NumericFormat (Type of Variable)
The NumericFormat type allows you to define all the characteristics of the format that can be used with the NumericalToString function.
JSONXMLConverter (Type of variable)
The JSONXMLConverter type is used to define all the advanced characteristics of the conversion of an XML object to JSON (or conversely) via XMLToJSON and JSONToXML).
WINDEV and OPC
OPC stands for "OLE for Process Control"......
iOutputInfo (Type of variable)
The iOutputInfo type is used to get the details of a report print or export job, or the details of a print job performed programmatically from the report viewer.
Manager of automated tests
The test manager is used to......
Adapting a website to support multiple languages
WEBDEV Tutorial - Managing multiple languages in a website Adapting a website to support multiple languages - 50 min
ToastDisplay (Function)
Displays a "Toast" message.
Handling a Rich Text Area control through programming
To handle a Rich Text Area control programmatically, use the variable of the Rich Text Area control directly in the code......
wsRequest (Type of variable)
The wsRequest type is used to define the advanced characteristics of a Webservice.
dbgCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
TableFormulaAdd (Function)
Adds a calculated row to a Table control by providing custom calculation procedures.