ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

InDeviceOwnerMode (Function)
Indicates whether the Android application is in "Device owner" mode.
MapDisplayPosition (Function)
Centers the map displayed in a Map control on a geographical position or on a specific location.
How to sort the result of a query?
This help page explains how to create a sort query with the query editor....
How to create an SQL query to filter records?
This help page explains how to create an SQL query to filter records....
11. Table/Looper controls
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......
Handling the external files
WINDEV, WINDEV Mobile and WEBDEV propose several functions allowing you to manage the external files from your WINDEV/WINDEV Mobile applications or from your WEBDEV sites......
WDZip: Handling files in an archive
The compressed files found in an archive can be handled by WDZip......
Required or invalid input in WINDEV
WINDEV and WINDEV Mobile include several options to manage required or invalid input, both via the window editor and through programming......
BrowserHistoryModify (Function)
Modifies the data of current entry in the navigation history. This data will be transmitted when going back to the current entry.
Describing the replication (ReplicEdit)
ReplicEdit is used to create a replication via a wizard, but the replication description window allows identifying or configuring additional parameters......
Events associated with a Spreadsheet control
Assisted Application Development
The Assisted Application Development (AAD) is a permanent help in the environment. This help suggests actions whenever it is appropriate....
StrikeOut (Property)
The StrikeOut property is used to: Determine whether the strikethrough formatting is applied to a Font variable. Apply strikethrough formatting to a Font variable....
Delete (Reserved word)
The memory occupied by a dynamic object (array, class object, ...
FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)...
Events associated with ListView controls
List of events associated with ListView controls...
The "Interactive zoom" pane
The "Interactive zoom" pane is used to zoom the section currently hovered by the mouse cursor......
LooperPosition (Function)
Moves the scrollbar to display a specific row or returns the index of the first row displayed in a Looper control populated programmatically.
Multiline (Property)
The Multiline property determines if an element supports multiline text.
SaaSConnectedUser (Function)
Returns the user currently connected via SaaSConnect.
I was using C with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
4. WINDEV, WEBDEV and WINDEV Mobile: fully compatible format
WINDEV, WEBDEV and WINDEV Mobile: fully compatible format...
Converting C types
Depending on the type of programming, it may be useful to know the correspondence between the types used in C and the types used in WLanguage......
Creating the windows and the pages of the RAD pattern