ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Selecting one or more controls
One or more controls can be selected in a window, in a page or in a report via the keyboard or the mouse......
Python: Native calls
WLanguage allows for native Python calls......
Deploying a WEBDEV website to a remote WEBDEV Application Server or WEBDEV Cluster
Installing a WEBDEV website (in Session or AWP mode) on a remote Application Server requires......
MyWindow (Reserved word)
The keyword MyWindow keyword is used to manipulate the current window...
HMergeView (Function)
Creates an HFSQL view from two previously created views (HCreateView). This function uses the former view mechanism.
WINDEV: Example of programmed Drag and Drop
An iOS application with an iOS widget configuration can contain one or more iOS 14 widget windows......
Creating your own User Macro-Codes
The User Macro-Codes are sections of WLanguage code allowing the end user to customize his application......
Socket: create a standard socket server
WINDEV allows you to create a standard socket server......
Managing accounts
WEBDEV Account Manager allows you to create a deployment account......
HSeek (Function)
Positions on the first record of the table whose value for a specific item is greater than or equal to a search value (generic search by default).
TableSave (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
Hour (Property)
The Hour property is used to: Get the time from a variable of type Time or DateTime, or the number of hours from a variable of type Duration. Change the time in a variable of type Time or DateTime, or the number of hours in a variable of type Duration. Retrieve the time or the number of hours from a Date item (in "Date and time" or "Duration" format) or from a Time item. Modify the time or the number of hours in a Date item (in "Date and time" or "Duration" format) or in a Time item....
HTML table
The HTML table is a control used to easily create specific layouts in the HTML pages......
HTransactionCancel (Function)
If a transaction is in progress, rolls back all operations performed on tables in transactions since the start of the transaction.
Managing the critical sections
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
WEBDEV styles
WEBDEV styles are advanced styles......
I was using Visual Basic with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
docFragment (Type of variable)
The docFragment type is used to define the characteristics of a fragment found in a "docx" document.
hScheduledTask (Variable type)
The hScheduledTask type is used to manage a scheduled HFSQL Client/Server task through programming......
Project Management Hub: Management of incidents
The Project Management Hub allows you to keep a history of the incidents encountered in your applications......
WINDEV, WEBDEV and WINDEV Mobile general options
The general options are used to configure the working environment of the product used......
TableSearchChild (Function)
Searches for a value in a column of a TreeView Table control, in a specified branch.
Native SQLite Connector: Programming with SQL functions
The use of SQL functions to handle SQLite data does not require importing the data file structure into the analysis....
FTPFileExist (Function)
Checks the existence of a file on an FTP server.