ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WinSize (Function)
WinSize: returns or modifies the window display mode (maximized, minimized or normal), modifies the window height and/or width, moves the window and modifies a window's height and/or width....
Handling an HTML control through programming
WINDEV and WEBDEV allow you to handle an HTML control through programming......
Ribbon control properties
The WLanguage properties can be used to handle: a Ribbon control found in a window. a pane of a Ribbon control. a grouping of a Ribbon control....
PageByPagePrint (Property)
The PageByPagePrint property is used to: Ask a report to be printed page by page. Each page of the report will be sent separately to the printer spooler. Find out the print mode of the report (page by page or all at once)....
JITc
The principle of JITc technology (Just In Time Compilation) is straightforward......
Configuring the assisted universal replication
If your application uses the assisted universal replication via a file......
5. HFSQL Client/Server
A WINDEV Mobile application can also use an HFSQL database in Client/Server mode....
Dynamic instantiation of a .NET object
A .NET object can be dynamically associated with a .NET class, we talk of dynamic instantiation of object....
Multi-product external components
Components are a remarkably useful tool for development teams......
The "Project Management Hub" pane
The "Project Management Hub" pane displays the tasks assigned to the current developer......
LST: The Technical Support Newsletter, the WINDEV and WEBDEV magazine
Before calling the Free Technical Support
The operations to perform before calling the Technical Support......
Frequently asked questions about Automatic Update
Frequently asked questions about the update search mechanism....
Printing bar codes
WINDEV, WEBDEV and WINDEV Mobile allow you to print bar codes....
AWP without UI
Bootstrap, Angular, React, Vue......
The structure of the RAD patterns (kept for backward compatibility)
...The RAD pattern files (MDL files) are used to describe:...
Creating a delete query
A delete query (corresponding SQL statement......
Events associated with TreeView Table controls
List of events associated with the TreeView Table controls...
Handling a WinForm .Net control through programming
OLECreateCopy (Function)
Associates an OLE control with an OLE object while specifying a base file.
Handling a Rich Text Area control through programming
To handle a Rich Text Area control programmatically, use the variable of the Rich Text Area control directly in the code......
WithZoom (Property)
The WithZoom property is used to specify and to determine whether the user can zoom in and out: in an HTML Display control in Android, iPhone or iPad applications. in a Map control in Android, iPhone or iPad applications....
<Source>.CancelDeclaration (Function)
Allows you to: Delete a declaration made previously using HDeclare, HDeclareExternal, HDescriveFile. After this operation, the data file is no longer recognized by the HFSQL engine. Free the resources of a query (after calling HExecuteQuery or HExecuteSQLQuery)....
Modifying the values displayed in the result of a select query
In the result of a select query, you have the ability to only display......
Commands of the external interface