ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Differences according to the test mode of a dynamic project
The test of a dynamic project can be run......
Data model editor: Describing a connection
Any program developed with WINDEV, WEBDEV or WINDEV Mobile can easily access......
Scope of procedures
The scope of a procedure defines whether it is public, private, etc......
WDDIXIO
WDDIXIO is a tool that helps you translate the text of an application......
"Is Class" operator
The "is <Class>" operator is used to find out whether the object used in an object of the class (or an object of one of its derived classes)...
ERR_ALREADYCONNECTED
<Array>.InsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
ArrayInsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
Deploying an application via App Store
Deployment to the App Store is the most common deployment mode......
11. Table/Looper controls
11. Table/Looper controls
The Rating control
The Rating control allows the user to: indicate the popularity level of an element via repeated icons. find out the popularity level of an element via repeated icons....
Break in a report
The break is used to group the records corresponding to a sort criterion......
The Tab control
The Tab control is used to simultaneously display different controls......
Summary table: Installing an application developed in WINDEV
When developing an application, one of the important steps consists in deploying this application on the user computers......
The Carousel control
The Carousel control is used to display an animated menu made of images......
List of extension attributes
The list of extension attributes ......
Handling a Breadcrumb control through programming
The Breadcrumb control can be handled through programming......
WDTestRest: Run the test of your REST Webservices
WDTestRest is used to test the calls to an HTTP REST Webservice or to run a Web API accessible by HTTP......
Time management
For each element (windows, reports, ......
LengthToString (Function)
Converts a size in bytes to a string with human-readable units such as kilobytes, megabytes or terabytes.
<zipArchive variable>.NbPartNeeded (Function)
Returns the number of parts of a given size required to split a single-part archive.
zipNbPartNeeded (Function)
Returns the number of parts of a given size required to split a single-part archive.
Automated tests on an executable
WINDEV proposes to run the different project tests directly on the corresponding executable......
16. Application test in practice