ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

PlanActif (Property)
The Property Plane Active allows you to know and modify the number of the plan Active in a window, an internal window or a Cell control .
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
Select query description window: Use
Let's see some operations specific to the description window of a select query......
HReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
LooperSearchEverywhere (Function)
Searches for a value in all the attributes of a Looper control.
Handling Spreadsheet controls programmatically (in a window)
Spreadsheet controls can be handled programmatically......
Including JavaScript files or a Web resource
WEBDEV allows you to include Javascript files or external resources in a WEBDEV project......
Using the advanced types
The advanced types (XLS variables, ggl variables, ......
Handling a Breadcrumb control through programming
The Breadcrumb control can be handled through programming......
Manager of automated tests
The test manager is used to......
Management of Google documents
Google Docs and Google Spreadsheet are the online word processing and the online spreadsheet proposed by Google......
13. Reports
WINDEV Mobile allows you to easily create and print all types of reports with the report editor....
Replication: The different types
The data replication is a powerful feature......
Private Store for mobile applications
There are two methods two deploy your applications......
WEBDEV administrator: Overview
The WEBDEV administrator is a module used to manage the dynamic WEBDEV sites......
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
EmptyIfZero (Property)
The EmptyIfZero property is used to: Find out the management mode of zero value in a control. Modify the management mode of zero value in a control...
PaneVisible (Property)
The PaneVisible property is used to: determine if the pane of the Image Editor control is visible, show or hide the pane of the Image Editor control....
gToRetrieve (Function)
Describes the text value to display and to return when retrieving the value of an element found in a List Box control or in a Combo Box control.
ServicePause (Function)
Pauses a service.
The single-part and multi-part archives
Two types of archives are available......
<Chrono>.End (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to <Chrono>.Start).
<Chrono>.Resume (Function)
Resumes a stopwatch previously stopped by <Chrono>.Fin or <Chrono>.Pause.
FaxPause (Function)
Pauses a fax in the spooler.
How to use the indirection operators?
The indirection operators ({ }) are used to handle an object whose name is found in a variable......