ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Time management
For each element (windows, reports, ......
UTF8ToAnsi (Function)
Converts a UTF-8 string to ANSI.
RegistryListKey (Function)
Lists the sub-keys of a registry key.
<Array>.Reverse (Function)
Reverses the content of a one-dimensional array.
<Page>.OpenChild (Function)
Opens a non-modal child window.
<Source>.LogRecreate (Function)
Used to re-create an empty log.
Operator on Address
The & operator returns the address of a variable as an integer
VariantConvert (Function)
Converts the value stored in a Variant variable].
HSetReplication (Function)
Temporarily disables (or re-enables) the replication.
HActivateTrigger (Function)
Re-enables a trigger that was disabled by HDeactivateTrigger.
xBase files: Limits
fAttributeReadOnly (Function)
Gets and sets the read-only attribute of a file.
UTF8ToUnicode (Function)
Converts a UTF-8 string to Unicode
WDInst: Customizing the setup program
The setup editor WDInst proposes a standard setup program......
How to manage a multi-selection in a Table control?
This help page explains how to manage a multi-selection in a Table control....
17. Project Management Hub
...Project Management Hub...
5. Project configuration
Using objects
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
ERR_NOTACTIVATED
4. Managing SMSs
With the WLanguage functions, WINDEV Mobile allows you to......
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:...
Binding a Progress Bar control to an item
A Progress Bar control can be bound to an item in a data file, query, etc....
The Duration control: Input or display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....
Table control based on a data file
A Table control based on a data file is a control whose columns are bound to the items of a data file or query (data source)......