ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HOptimizeQuery (Function)
Optimizes the Select queries by using idle times when handling an application (period without processes).
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
HCloseAnalysis (Function)
Closes the current analysis.
fUnlock (Function)
Entirely or partially unlocks an external file.
H.NbRetry (Variable)
Indicates the number of attempts for locking the file or the record before giving control back to the program.
CheckBoxInsert (Function)
Inserts a new option into a Check Box control.
sListPort (Function)
Returns the list of serial and parallel ports on the computer.
Sequencing reports
In some cases, you may want to print several reports one after another, and view them in the same print preview....
Setup for WINDEV and WEBDEV (Development version and WEBDEV Application Server for Windows)
FOR ALL/FOR EACH statement (browse of strings)
The FOR EACH statement is used to browse strings according to different methods...
HActivateAutoFilter (Function)
Enables an automatic filter on the linked files when browsing an XML file.
Installing a Webservice (old format)
Associating documents with the project
To describe a project in detail, you can associate documents with it......
Null (Property)
The Null property is used to: Assign NULL to the item for the current record. Find out whether the item is associated with the NULL value for the current record. Define the default value of an item when the item is described through programming....
HInfoMemo (Function)
Returns the characteristics of binary and text memos.
Splitter control properties
List of properties associated with the Splitter control...
Camera control in a mobile application
The Camera control is used to......
Open (Function)
Opens a modal WINDEV window.
VideoStartApp (Function)
Starts the device's native camera application to record a video or to take a photo....
AuthIdentify (Function)
Performs an authentication using the OAuth 2.0 protocol on any webservice.
TwainToPDF (Function)
Allows you to: save the document coming from the Twain device in a PDF file. view the document coming from the Twain device in the user interface of device. save the document coming from the Twain device directly in memory in PDF format (in a buffer)....
CacheSize (Property)
The CacheSize property is used to: Get the maximum number of records that can be stored in the cache of the Native MySQL Connector. Change the maximum number of records that can be stored in the cache of the Native MySQL Connector....
HFreeQuery (Function)
Free the resources of a query (after the call to HExecuteQuery or HExecuteSQLQuery).
HStatCalculate (Function)
Performs various statistical calculations on the file keys.
HDescribeItem (Function)
Describes a file item through programming.