ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
<String type>.ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
<Source>.Out (Function)
Allows you to find out whether the record on which you want to be positioned is located outside the data file, filter, view or query.
<Source>.Found (Function)
Checks whether the current record corresponds to the current filter or search.
ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
Zooming a window (AAF)
The end user can zoom the content of a window with the mouse......
HFound (Function)
Checks whether the current record corresponds to the current filter or search.
Anchoring applied to window controls
The windows of a WINDEV application can be resized at runtime......
SQL selection conditions
To specify the selection conditions in an SQL query, you can use......
fSeek (Example)
Usage example of the fSeek function
Anchor (Property)
The Anchor property sets the anchors of a control in a window, page or report.
<Source>.FilterContains (Function)
Defines and enables a "Contains" filter on a data file, view or query.
Running the test of a static project
The test of the entire project allows simulating the startup of the site......
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable......
The Link control
The Link control is used to: create a link in an HTML page. create a link in a report printed in HTML format....
Project description: Advanced tab
The project description window allows you to configure various elements of your project......
AppointmentList (Function)
Lists the appointments found on the mobile device (Android/iOS) and corresponding to the specified criteria....
ContactSource (Type of variable)
The ContactSource type is used to define the advanced characteristics of a source (or account) for the contacts (example: Google, Exchange, Facebook).
ContactList (Function)
Lists the device contacts corresponding to the specified criteria.
UI modifiable by the end user
By default, WINDEV applications allow end users to modify the interface of the application......
EmailStartNotesSession (Function)
Allows you to access the data handled by the Lotus Notes messaging (emails, contacts, groups of contacts, tasks, appointments).
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......
Functions for managing emails (prefix syntax)
List of functions for managing emails...
Size (Property)
The Size property is used to determine and change the size of an element.