ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Y (Property)
The Y property gets and sets the Y-coordinate of an element.
<Page>.OpenChild (Function)
Opens a non-modal child window.
xBase files: Limits
WINDEV License Agreement...
HActivateTrigger (Function)
Re-enables a trigger that was disabled by HDeactivateTrigger.
Developing an iOS 13 widget
An iOS widget is an application intended to be displayed as a widget on iOS devices (iPhone, iPad, etc.
Playing a video with the MCI functions
MCI functions are used to easily handle the media files......
ODBC on HFSQL via Visual .NET (in C#)
The ODBC driver on HFSQL Classic (single-user and multi-user) is used to access a HFSQL Classic database from an external database software that supports ODBC accesses......
Configure the setup program interface
To make the installation process more user-friendly, the setup wizard allows you to customize the interface of the setup program......
WINDEV: Example of programmed Drag and Drop
X (Property)
The X property gets and sets the X-coordinate of an element.
<Array>.Reverse (Function)
Reverses the content of a one-dimensional array.
BitcoinCoreBlockCount( Function)
Returns the size of the blockchain known by the Bitcoin node (i.e. the number of blocks created since January 3, 2009). This makes it possible, for example, to calculate the approximate date of the next halving.
MenuLabel (Function)
Gets or changes the label of a menu option (context or drop-down menu).
SAP ASE Native Connector (Sybase): Output value of a stored procedure executed on the server
The SAP ASE Native Connector (also called Sybase Native Connector) allows you to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
Selecting one or more controls
One or more controls can be selected in a window, in a page or in a report via the keyboard or the mouse......
Configuring the setup program
Two tools can be used to create a setup program......
StringToUTF8 (Function)
Converts an ANSI or UNICODE string to UTF-8.
GetUUID (Function)
Calculates a 128-bit Universal Unique Identifier ("UUID").
GetUUID256 (Function)
Calculates a 256-bit Universal unique identifier ("UUID").
Preparing the phone to run the test of an Android application
WINDEV Mobile allows you to develop Android applications. To run the test of these applications on an Android phone, some operations must be performed ......