ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HNext (Function)
Sets the position on the next data file record according to a browse item.
Constants for managing tiles
CoordinateScreenToEditor (Function)
Converts a size or a position specified in the native dpi of the screen on the device where the application is run to the reference dpi in the editor (160 dpi).
dbgAssert (Function)
Used to find out and signal the possible errors via an assertive programming.
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
Sound (Function)
Plays a sound in WAV format.
Handling data files in PHP
WEBDEV allows you to create a PHP site that handles data files......
JSMethod (Function)
Used to run a JavaScript method on an element found in the current page.
DriveUploadDirectory (Function)
Envoie un répertoire (présent sur la machine de l'utilisateur) vers un disque distant....
2. Creating files in the analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 2 - Creating files in the analysis - 40 min
XLSCell type: MaskWD property
The MaskWD property of the xlsDocument type is used to define the display mask in WINDEV or WEBDEV format that will be used in the Excel cell ("DD/MM/YYYY" for example)......
Browser constants
Refreshing the page data
In a dynamic WEBDEV site, the page data is refreshed during a user action......
The Map control
The Map control allows you to display a map in order to geolocate, create a route, display points of interest (POI) and more....
DnDIsDataAvailable (Function)
Checks whether a specific type of data is available during Drag/Drop....
Manual deployment of a dynamic site
WEBDEV proposes several methods for deploying a dynamic site......
Describing an element
A flexible modeling includes different elements linked together......
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
Creating a Java archive
When your Java application is developed, you can......
iDestination (Function)
Configures the print destination.
appServerScheduledTask (Type of variable)
The appServerScheduledTask type is used to manage a scheduled task of WEBDEV Application Server through programming (for a site or a webservice).
GPSGetPosition (Function)
Retrieves information about the current device position.
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor....
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
CoordinateEditorToScreen (Function)
Converts a size or a position specified in the reference dpi in the editor (160 dpi) to the native dpi of screen on the device where the application is run.