ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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....
xBase files: Limits
WDInst: choosing the type of setup to generate
WDInst allows you to create several types of setup......
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....
Handling a WEBDEV Slider control through programming
WEBDEV allows you to handle a Slider control through programming....
Events associated with a Ribbon control
The events associated with the Ribbon controls and groupings are:...
<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.
Creating an executable: General options
The main executable options are as follows......
<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....
SCM: Management of branches
The management of branches is used to manage several versions of the same application in parallel......
<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....
Custom synchronization for Table controls based on a data file
In some cases, you may want to use a custom synchronization for Table controls based on a data file......
SCM: Optimizing the time management
From version 110042, the dates and times are stored in the Source Code Manager in UTC format (Universal Time Coordinates) instead of local computer time......
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.
Setup of the WEBDEV Application Server for Linux
<Source>.CreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
13. Types of standard controls
Stand-alone executable
The executable will be stand-alone if the following elements are included in the executable......