ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDMap: Characteristics of the files found in a database
WDMap is used to get various characteristics specific to......
Error 1012: The class member is not global: it cannot be accessed from a global method
SCM: Migrating projects
When changing the version of the development tool, the projects found in the SCM must be migrated to this new version......
VariantConvert (Function)
Converts the value stored in a Variant variable].
ArrayReverse (Function)
Reverses the content of a one-dimensional array.
fAttributeReadOnly (Function)
Gets and sets the read-only attribute of a file.
Automatic calendar for the Date edit controls (AAF)
The Date edit control automatically propose a "Calendar" option in their popup menu....
HSetReplication (Function)
Temporarily disables (or re-enables) the replication.
UTF8ToUnicode (Function)
Converts a UTF-8 string to Unicode
UTF8ToAnsi (Function)
Converts a UTF-8 string to ANSI.
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
WiFiActivate (Function)
Enables or disables Wi-Fi on the device.
OpenSister (Function)
Opens a non-modal sibling window.
HActivateTrigger (Function)
Re-enables a trigger that was disabled by HDeactivateTrigger.
Query and project
Numeric (Type of variable)
The numeric type is used to contain integer or decimal numbers by specifying if necessary: the number of digits in the integer part. the number of digits in the integer part and in the decimal part....
Creating an executable: Data file directory
Two types of directories can be configured when creating the executable......
RegistryListKey (Function)
Lists the sub-keys of a registry key.
Remote WEBDEV administrator: Configuration of a Webservice or a WEBDEV site in Session mode
To view the configuration of a specific Webservice or WEBDEV site in Session mode from the remote administrator:...
Error 17: OTHER CASE must be the last statement used in SWITCH
WINDEV Mobile: Platforms, processors and operating systems
WINDEV Mobile applications can run on the following platforms...
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....
ERR_BAD_COMMANDLINE
ERR_BAD_COMMANDLINE error...
BLOCK
The <BLOCK> keyword is used in the code editor to declare custom blocks of code. These blocks of code are used to highlight the different steps of an algorithm and to group the declarations of variables or members.
Creating the executable and the setup program
The languages supported by the application are taken into account......