ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Drawing in WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions for displaying, drawing, copying and saving the drawings and images from your applications or sites......
Using .NET assemblies in a project
To use .NET assemblies in a project......
Handling a Pivot Table control through programming
A Pivot Table control can be handled through programming......
Using Objective C code
You can use Objective C code in iPhone/iPad applications generated with WINDEV Mobile....
SysDirExternalStorage (Function)
Returns the path of the directory that will be used to store files in the external storage space of the Android device.
Sequence of events associated with reports
Several operations are performed when printing a report. These operations are performed in the following order......
HConvertX (Function)
Converts a numeric value into a binary string in order to perform a search on a numeric key.
zipCreate (Function)
Creates an archive.
Migrating a WEBDEV site to PHP
To migrate a WEBDEV site to PHP......
Warning (Function)
Displays a custom message in a system warning window.
WindowFromSource (Function)
Automatically initializes the controls of a window with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
Constants for managing the Windows scheduler
List of constants used by the functions for managing the Windows scheduler....
The pages
Pages are the main interface of a WEBDEV site......
Choosing the type of image: dynamic, static, generated, ...
The images are often used to illustrate the site pages......
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
Deep links to mobile applications
Deep linking allows you to redirect the user to specific content in a mobile application (rather than in a browser) when they click on a link in a web page or in an email......
Data model editor: the different types of items
The different types of items proposed in the data model editor are as follows:
dbgOnError (Function)
Defines the WLanguage procedure that will be called whenever an error is detected by a dbgCheckXXX function.
FTP constants
List of constants used by the FTP functions....
TypeVar (Function)
Identifies the type of an expression, a variable (during a call to a procedure for example) or a control.
InputMask (Property)
The InputMask property is used to: get the input mask. set the input mask (from the masks available for the type)....
DisplayMask (Property)
The DisplayMask property is used to: Find out the display mask. Modify the display mask. This display mask is displayed when the control is in read-only or when the control does not have focus....
InTestMode (Function)
Indicates whether the application or the site is started: from the WINDEV or WEBDEV editor, from the executable or browser. from the WEBDEV administrator....
HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
Report based on a programmed data source
In a report on a programmed data source, the reading of the records that will be displayed in the report requires full programming in WLanguage......