ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Quick search in the current code
When coding, developers often need to do a quick search in the current code...
Reintegrating text into a project
All the text form the translation file can be reintegrated into a project......
Native MariaDB Connector: Specific features
The Native MariaDB Connector creates "InnoDB" tables to support locks and transactions on a MariaDB database......
Automatic positioning
When moving a control in a window, in a page or in a report, guides are automatically displayed by the real-time interface checker (also called automatic positioning)......
GetCountryList (Function)
Returns the list of countries according to the ISO 3166-1 standard.
fResourceDir (Function)
Returns the path of the read-only resources of the application.
WINDEV Mobile License Agreement
WINDEV Mobile License Agreement...
Testing an iOS application on a mobile device
When developing an application for iOS (iPhone or iPad), WINDEV Mobile allows you to test the application being developed without having to recompile it on Mac, but directly on the iPhone or iPad......
ERR_BAD_APPLICATION
ArrayInsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
Choosing the action associated with a WEBDEV button
Whatever the type of button, it is possible to associate an action with it......
WEBDEV 2024: New features in this version
Here are the new features that you will discover in this version......
WEBDEV 2024
Compile
The Compile keyword can correspond to: the Compile function, which dynamically compiles a procedure whose source code is specified.. the <COMPILE IF> statement, which allows you to compile WLanguage code according to a condition (mainly used to compile code according to a platform or configuration type)....
ArrayToString (Function)
Converts a one- or two-dimensional array to a character string.
ArrayMoveLine (Function)
Allows you to: move a row in a two-dimensional array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional array or in an advanced array property....
DynamicSiteDisplay (Function)
Starts a dynamic WEBDEV site from a static page or or from a dynamic WEBDEV page.
GetCountryName (Function)
Returns the name of a country that corresponds to its ISO code according to the ISO 3166-1 standard.
InsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
MakeInteger (Function)
Builds a 4-byte integer from two 2-byte integers.
Navigation history in the code
The different editors enable you to directly view the code of an element by pressing the F2 key......
Maintaining the files of Control Centers
When using a database, you may have to perform maintenance operations on the data files......
Dedicated Web server
When installing WEBDEV development version, if no Web server is available on the current computer, WEBDEV automatically installs one (IIS Express version 10). This server is automatically configured to work with WEBDEV....
Customizing the errors
The WEBDEV administrator (Development version) is used to customize the error messages of a WEBDEV site......
CountryGet (Function)
Returns the Country variable corresponding to an ISO code or to the country caption according to ISO 3166-1.