ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...
DynamicSiteDisplay (Function)
Starts a dynamic WEBDEV website from a static page or from a dynamic WEBDEV page.
HReset (Function)
Initializes: one or all variables of file items with their default values. one or all items of a Record variable with their default values....
dbgEnableLog (Function)
Enables the runtime log programmatically.
HFlush (Function)
Forces the operating system of the computer where the tables are found to write data onto the disk.
GPSInitParameter (Function)
Initializes the parameters of geolocation WLanguage functions and finds a location provider.
TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
WBAdminAuth (Variable type)
The WBAdminAuth type allows you to define all the advanced characteristics of the API used to remotely manage a WEBDEV Application Server.
Tips for developing a site for an iPhone or for a BlackBerry
WEBDEV allows you to develop sites for all types of devices......
14. Managing the "Back" button in practice
Dynamic site: Persistent session
For a dynamic WEBDEV site, when starting the site (site called from a browser), a session representing the site is loaded in memory on the server......
Native MySQL Connector: Programming with HFSQL functions
To use a MySQL database with the Native Connector (or Native Access), import the structure of MySQL tables into the WINDEV or WEBDEV analysis......
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
Aligning elements in a List Box or Combo Box control
There are different methods to align the elements in a List Box or Combo Box control......
HReadNext (Function)
Sets the position on the next table record according to a browse item.
Creating an executable file
Once the development of your WINDEV application is completed (windows, reports, queries, etc.)......
WEBDEV 2025 Update
Here are the new features and improvements that you will discover in this version......
New Features brochure - Version 27: New WINDEV features
New features in WINDEV 27 presented in the New Features brochure....
Y (Property)
The Y property is used to: Find out the Y-coordinate of a control or window (position on Y-axis). Modify the Y-coordinate of a control or window....