ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iPhone window: window creation wizard
The wizard for window creation allows you to easily create a window containing all main elements of a window for an iPhone application......
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
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....
External language: Programming in C#
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
Error 1: Syntax error
iColumnEnd (Function)
Forces a column break in a multi-column report.
<Connection variable>.TransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
Reintegrating translated text into a project
Once the translation of framework libraries ("......
DateToString (Function)
Converts: a date to a string in the specified format. a date time to a string in the specified format....
Managing the Bluetooth keys
Create a new type of application! With no contact between the PC and the mobile device, several processes can be run on the PC by using the data found on the mobile device......
ERR_NO_WDADMIN
9. Internal component
Configuring the setup program
Two tools can be used to create a setup program......
Query based on query
Queries can be based on items from another query......
Activating an application or a site
When distributing an application or a site, you may want to offer both a full version and a limited version......
Day (Property)
The Day property is used to: Get the day from a Date or DateTime variable, or get the number of days from a Duration variable. Change the day of a Date or DateTime variable, or change the number of days of a Duration variable. Get the day or the number of days from a Date item (in "Date", "Date and Time" or "Duration" format) Modify the day or the number of days in a Date item (in "Date", "Date and Time" or "Duration" format)...
Constants for managing Table, Treeview Table, Looper and List Box controls
List of constants used by the functions for managing Table, TreeView Table, Looper and List Box controls....
ImageMode (Property)
The ImageMode property is used to get and change the display mode of an image in an Image control, in the column of a table of type Image or in the background of a Chart control in a window.
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....
Deployment package
The deployment package creates a ZIP file containing the site's setup......
Overview of OOP (Object Oriented Programming)
The object-oriented programming (called "OOP") is a programming paradigm in which the programs are organized as sets of objects......
Error 1012: The class member is not global: it cannot be accessed from a global method
WDSQL: Exporting and printing the result of an SQL query
The result of a select query can be......
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......
dModifyHSL (Function)
Modifies the hue, the saturation and the lightness of an image found: in an Image control, in an Image variable....