ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

How to create an SQL query to get a sum?
This help page explains how to create a Sum query with the query editor....
WINDEV Mobile concepts
<Source>.NoModif (Function)
Forbids all the modifications on a data file (for all the programs, including the one that requested the no-modification policy).
The Image Editor control
The "Image Editor" control is a rich control that allows end users to create and edit images in their WINDEV applications......
Compiling a WINDEV Mobile project in Xcode
When the WINDEV Mobile project for iPhone/iPad is generated on the development computer, the generated files must be transferred onto a Mac in order to be compiled......
Conditional target-code
The code editor allows you to enter a specific code for each environment (WINDEV, WEBDEV and WINDEV Mobile)......
LabelNumberToStart (Property)
The LabelNumberToStart property is used to: Find out the number of the label on the label sheet from which the print will be performed. Modify the number of the label from which the print will be performed on the label sheet....
WDInst: installing additional elements
By default, only the files found in the "List of setup files" window are installed on the user computers......
VideoListParameter (Function)
Lists the values supported by the device camera for a given parameter. Function kept for "Version-26-compatible" Camera controls....
CameraListParameter (Function)
Lists the values supported by the device camera for a given parameter. Function kept for "Version-26-compatible" Camera controls....
Creating an executable
Once the development of your WINDEV application is completed (windows, reports, queries, etc....
HTransactionEnd (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....
xBase files: Limits
WDInst: choosing the type of setup to generate
WDInst allows you to create several types of setup......
Events associated with a Ribbon control
The events associated with the Ribbon controls and groupings are:...
Handling a WEBDEV Slider control through programming
WEBDEV allows you to handle a Slider control through programming....
<sshSession variable>.SCPGetFile (Function)
Gets a file via the Secure Copy Protocol.
How to include secure payment in a WEBDEV site?
This help page explains how to add a secure payment into a WEBDEV site......
SCPGetFile (Function)
Gets a file via the Secure Copy Protocol.
iDocumentCanceled (Function)
Used to find out whether the current print was canceled by the user.
<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....
<zipArchive variable>.InfoFile (Function)
Returns the characteristics of a file found an archive: The name of the file and its stored path. The initial size of the file. The compressed size of file. The date and time of file creation. The date and time of file modification. The date and time of file access. The file attributes. The file encryption mode....
Query creation mode: independent or embedded query
The query editor proposes two methods for creating a query......
HFSQL Client/Server: Configuring the server
AttachPointAdd (Function)
Defines an attach point for one of the two extremities of a Wire control.