ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WDSQL: Connecting to a database
The first operation to perform in order to use WDSQL is to establish the connection to a database......
How to write into a text or CSV file?
This help page explains how to write into a text or CSV file....
AAFs available for numeric edit controls
The numeric edit controls propose several AAFs (Automatic Application Features): a context menu proposing the "Calculator" option. the ability to modify the control value with the mouse wheel....
Properties of a help page
The characteristics of a help page are used to define......
Example for creating a select query
This help page explains how to create two select queries......
MoveLine (Function)
Allows you to: move a row in a two-dimensional WLanguage array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional WLanguage array or in an advanced array property....
How to read in a text or CSV file?
This help page explains how to read the content of a text or CSV file....
Animating the image display (WEBDEV)
...The Web sites propose several transition effects between the elements:...
UploadCopyFile (Function)
Saves on the server a file "uploaded" by the Web user. This upload may have been performed: via an "Upload" edit control. via a single-file or multi-file Upload control....
VideoDisplay (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....
Table control based on a variable
A Table control based on a variable is a Table control whose columns are bound to the elements of an Array variable, to the members of a class or to the elements of an advanced variable (e.g., xlsDocument)......
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
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)......
Creating and deploying a setup program: How to?
Creating the setup program allows you to deploy a WINDEV application on the end-user computers......
Native Sybase Connector: Output value of a stored procedure run on the server
The Native Sybase Connector (also called Native Sybase Access) is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
VariantConvert (Function)
Converts the value stored in a Variant variable].
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.
Developing an iOS 13 widget
An iOS widget is an application intended to be displayed as a widget on iOS devices (iPhone, iPad, etc.
ZOrder (Property)
The ZOrder property defines the Z-order of an element.
Operator on Address
The & operator returns the address of a variable as an integer
Anchoring applied to window controls
The windows of a WINDEV application can be resized at runtime......
15. Project Management Hub
HActivateTrigger (Function)
Re-enables a trigger that was disabled by HDeactivateTrigger.
Using objects
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
WDDIXIO overview