ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Dashboard constants
Constants used by the functions for managing Dashboard controls...
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....
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
InputMask (Property)
The InputMask property is used to: get the input mask. set the input mask (from the masks available for the type)....
Required or invalid input in WINDEV
WINDEV and WINDEV Mobile include several options to manage required or invalid input, both in the window editor and programmatically......
MapMode (Property)
The MapMode property determines and changes how the map is displayed in the Map control.
CommandLine (Function)
Identifies and retrieves the different elements of the command line passed as a parameter to the current program.
SysScreenOrientation (Function)
Allows you to: get the screen orientation of the device (Android, iOS or Universal Windows phone). set the screen orientation of the device (Android phone)....
FicEncryption (Property)
The FicEncryption property is used to set the encryption method of a data file.
InWebMode (Function)
Indicates whether the current process is run: from a WINDEV executable. from the WEBDEV runtime engine (AWP)....
TestMode (Property)
The TestMode property determines if the Ad control displays a test ad.
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....
Enqueue (Function)
Adds an element to the queue.
dbgEnableAssert (Function)
Enables or disables the assertive programming.
mongoOperationReplaceOne (Type of variable)
The mongoOperationReplaceOne type is used to define all the advanced characteristics of a document replace operation that will be added to a bulk operations list. The first document that matches the filter will be replaced.
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......
MultimediaReader (Property)
The MultimediaReader property is used to get and change the media player currently used by a Multimedia control to play media files.
IniOSEmulatorMode (Function)
Indicates whether the code is run in the iOS emulator (iPhone, iPad).
IniOSSimulatorMode (Function)
Indicates whether the code is run in the iOS simulator (iPhone, iPad).
VariantConvert (Function)
Converts the value stored in a Variant variable].
Socket: Creating a client application
A client application of a socket server connects to a standard server in order to exchange information via socket......