ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Debugging in PHP
A site generated in PHP can be debugged in standard WEBDEV mode......
CompactToolbar (Property)
The CompactToolbar property is used to: determine if the window toolbars are compacted. compact (or not) the toolbars....
ThreadStopRequested (Function)
Checks if a stop request has been sent to the running thread.
MultiWorksheet (Property)
The MultiWorksheet property is used to: Find out whether a Spreadsheet control manages several worksheets. Change the worksheet management mode of a Spreadsheet control....
EmulateMouse (Function)
Simulates a mouse event (left click, right click, double click, ...).
Animation of Mobile windows
In the mobile applications, the different screens of the application are displayed via a small animation: display from the right and the top, ... WINDEV Mobile allows you to configure this display mode of your windows in your mobile applications....
TableSetFocus (Function)
Gives focus to a row found in a Table or TreeView Table control: the control switches to edit for the specified row and column.
ExceptionEnable (Function)
Re-enables the current exception process if the exception was corrected.
Wait (Function)
Temporarily stops the program execution.
Overloading a WLanguage function or using a WLanguage function in an SQL query
WLanguage includes the "WL" keyword......
PostMessage (Function)
Sends a Windows message to a control or to a window.
The Button control
The Button control allows the user or the Web user to run a specific action with a simple click......
Tiff (Type of variable)
The Tiff type is used to define the advanced characteristics of a TIFF image.
Value (Property)
The Value property is used to: Find out and modify the value of a report control. Find out and modify the value of a control or the title of a window. Find out the identifier of a stream. Find out and modify the value of a control or the title of a page....
jQuery (Function)
Runs a JavaScript method (or several chained methods) of the jQuery library on a page element.
SendMessage (Function)
Sends a Windows message to a control or to a window.
SQL functions that can be used in SQL queries
The following SQL functions can be used on the queries written in SQL code (classified by theme)......
ContactSelect (Function)
Displays the list of contacts found on the device (Android, iPhone or iPad, Universal Windows).
Application in kiosk mode
A kiosk application is an application from which the user cannot exit......
List (Type of variable)
A List variable is a structured type that is used to group a set of elements of the same type.
External language: Programming in C#
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
WDSQL: Creating and running a script
A script is a set of SQL commands used to perform a specific operation (create a new table in the database, insert records, ......
Skin template generator
Development teams that have design expertise sometime want to be able to create their own skin templates......
Native SQLite Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQLite Connector.
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.