ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Instantiation of an object
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
ChronoEnd (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart).
2. Static or dynamic site
DynamicServingConfigure (Function)
Indicates the environment that will be used by the "Dynamic Serving" to choose the set of pages to display.
Using layouts in WINDEV and WINDEV Mobile
The layout is used to define several views of a window in the same project without duplicating this window......
HManageServerUpdate (Function)
Used to manage the automatic update of HFSQL Client/Server servers by specifying the check frequency regarding the availability of updates....
gpwVisitor (Function)
Returns the value that corresponds to the word "Visitor" according to the framework used.
Pager control properties
The WLanguage properties are used to handle the Pager control in server code and in browser code......
gpwRegisteredUsers (Function)
Returns the value that corresponds to "Registered users" according to the framework being used.
MobileNetworkConnectionInfo (Function)
Returns information regarding the current connection to data on the mobile network.
TableSelect (Function)
Returns the index of the selected element in the Table or TreeView Table control.
EditTokenCount (Function)
Returns the number of tokens present in a "Text token" Edit control.
LooperRefreshVisible (Function)
Changes or returns the visibility status of the refresh bar in a Looper control.
ERR_NO_APPLICATION
SpreadsheetTypeAndMaskSelection (Function)
Returns or modifies the type and mask of selected cells in a Spreadsheet control.
NumberAccessiblePages (Property)
The NumberAccessiblePages property is used to get the number of pages currently loaded in a PDF Reader or Word Processing control.
USBListDevice (Function)
Returns the list of USB devices currently plugged into the current computer.
The single-part and multi-part archives
Two types of archives are available......
ListView control linked to a data file (or to a query)
A ListView control can be used to display the content of a data file (or the content of a query)......
The "Business rules" pane
The "Business rules" pane displays the list of business rules associated with the project......
The Contact structure
The Contact structure is a preset structure of WLanguage (no declaration is required)......
Snap-on grid
The different editors of WINDEV, WEBDEV and WINDEV Mobile allow you to align the elements via a snap-on grid......
How to read in a text or CSV file?
This help page explains how to read the content of a text or CSV file....
How to write into a text or CSV file?
This help page explains how to write into a text or CSV file....
1. The WINDEV Framework