ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

H.NbRetryRead (Variable)
Indicates the number of attempts to read the file or record before giving control back to the program.
hBackupDescription (Type of variable)
The hBackupDescription type is used to programmatically describe an HFSQL Client/Server backup....
WEBDEV license agreement
WEBDEV license agreement...
Control templates and inheritance
When a control template is applied to a page or to a window, all controls and code found in the template are "copied" into the page or window......
ODBC driver for HFSQL Classic and for HFSQL Client/Server (Linux)
The ODBC driver for HFSQL Classic (single-user or multi-user) is used to access an HFSQL Classic database from an external database software that supports the accesses by ODBC......
Container column in a Table control
A cell found in a Table control can contain a set of controls......
Context menu of windows (AAF)
The popup menu of the windows (right mouse click on the window) contains the following options......
14. Distribute Reports and Queries with your applications
WINDEV Tutorial - Reports and Queries Distribute Reports and Queries with your applications - 10 min
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
Native Oracle Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native Oracle Connector (also called Native Oracle Access......
Choosing the type of link
WEBDEV proposes several types of links according to the action of link on the page controls......
HPrevious (Function)
Positions on the previous file record according to a browse item.
Optional events
By default, the codes available in the code editor correspond to the most common codes......
HNext (Function)
Sets the position on the next data file record according to a browse item.
JSONXMLConverter (Type of variable)
The JSONXMLConverter type is used to define all the advanced characteristics of the conversion of an XML object to JSON (or conversely) via XMLToJSON and JSONToXML).
Execute (Function)
Starts the execution of a process through programming.
ThreadSendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.
iPreview (Function)
Configures the print destination.
Document (Type of variable)
The Document type is used to handle a "docx" document.
AppleAdvertisingIdentifier (Function)
Returns the device's advertising identifier (iOS only)....
Operations in a Select query : add and delete
The following paragraphs present......
H.ErrIgnore (Variable)
Specifies the mode for processing the errors: the errors are processed by WINDEV the errors are processed by the program....
H.NbRetry (Variable)
Indicates the number of attempts for locking the file or the record before giving control back to the program.
NumericFormat (Type of Variable)
The NumericFormat type allows you to define all the characteristics of the format that can be used with the NumericalToString function.
Creating the executable and the setup program
WINDEV Tutorial - Deploying an application Creating the executable and the setup program - 30 min