ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Database access: summary
WINDEV and WEBDEV support different SQL query execution modes depending on how the database was accessed.......
Calendar control properties
Several WLanguage properties can be used on the Calendar control found in a window or in a page......
dpDriveConnect( Function)
Create a connection to an Drive Dropbox.
pdfControl (Variable type)
The pdfControl type is used to get all the characteristics and values of a control present in a PDF form.
BufferToHexa (Function)
Converts a buffer to a hexadecimal string (e.g.,: "4A 5B 00").
Compound statements
The report editor allows you to create "Label" reports......
Managing context menus in a WINDEV or WINDEV Mobile application
A context menu can be opened by the user via a right mouse click......
xlsAddWorksheet (Function)
Adds or inserts a new worksheet into an Excel document.
xlsRecalculateAll (Function)
Recalculates all formulas in an Excel (XLSX) document.
xlsGetMerge (Function)
Determines if a cell is merged with other cells and gets the merged cell range.
DriveCreateDirectory (Function)
Creates a directory on the remote drive.
Creating an action plan
The action plans group all actions that will be performed by the software factory....
Flexbox example: ratios to distribute available space among controls
In a flexbox container, you can define ratios for the different controls so that they take up a given amount of space......
Drive functions: OneDrive, Google Drive, Dropbox (prefix syntax)
The following functions are used to manage cloud-based storage services......
The Flexbox control
Flexbox is a standard layout system for web pages......
Breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......
SysStatusExternalStorage (Function)
Returns the availability status of the external storage space of the device.
Managing accessibility on Mobile
On smartphones and tablets, there is an operating mode designed for visually impaired and blind users......
<xlsDocument variable>.AddWorksheet (Function)
Adds or inserts a new worksheet into an Excel document.
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
ActionClick (Property)
The ActionClick property is used to define the procedure executed when an element is clicked.