ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

UTF8ToAnsi (Function)
Converts a UTF-8 string to ANSI.
ArrayReverse (Function)
Reverses the content of a one-dimensional array.
Accessing Lotus Notes
WINDEV and WINDEV allow you to easily access the data handled by Lotus Notes (Domino database)......
Creating and deploying a setup program: How to?
Creating the setup program allows you to deploy a WINDEV application on the end-user computers......
fAttributeReadOnly (Function)
Gets and sets the read-only attribute of a file.
UTF8ToUnicode (Function)
Converts a UTF-8 string to Unicode
VariantConvert (Function)
Converts the value stored in a Variant variable].
WiFiActivate (Function)
Enables or disables Wi-Fi on the device.
OpenChild (Function)
Opens a non-modal child window.
HActivateTrigger (Function)
Re-enables a trigger that was disabled by HDeactivateTrigger.
RegistryListKey (Function)
Lists the sub-keys of a registry key.
Operator on Address
The & operator returns the address of a variable as an integer
Data Binding: Creating controls from the "Project explorer" pane
Data binding is a process that binds variables in memory to controls in a window or page......
List,Delete (External language)
Deletes an element from a drop-down list or from an expanded list.
SysIconAdd (Function)
Adds a system tray icon (in the lower-right corner of the screen).
7. Source Code Manager (SCM)
WINDEV Mobile: Platforms, processors and operating systems
WINDEV Mobile applications can run on the following platforms...
Creating the executable and the setup program
The languages supported by the application are taken into account......
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....
Add (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of events of gglCalendar, etc.). from a WLanguage list....
Binding Bar Code controls to items
A Bar Code control can be bound to an item in a data file, query, etc....
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.
<Camera>.Display (Function)
Displays in a Camera control the video sequence currently transmitted by a "web camera" or by the camera found on the mobile device. Function kept for "Version-26-compatible" Camera controls....
Handling a Progress Bar control through programming
A Progress Bar control can be handled through programming......