ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Installing WINDEV, WEBDEV or WINDEV Mobile
This page describes the configuration required to install WINDEV, WEBDEV or WINDEV Mobile, as well as the different installation steps...
Interactive notifications
A notification is a small window that appears at the bottom right of the screen, and that can be viewed at any time in the Windows notification area...
fSelectDir (Function)
Opens a directory picker.
fImageSelect (Function)
Opens the image picker of Windows.
SysWindowsVersion (Function)
Returns information about the Windows version used on the current computer.
Speech recognition functions
The following functions are used to manage speech recognition:
Multitask (Function)
The Multitask function allows you to:
  • define a timeout,
  • give control back to Windows,
  • give control back to Windows and to WLanguage.
Clipboard functions
List of functions for managing the clipboard
NetworkUser (Function)
Identifies the name of the connected user.
SysWindowsAccentColor (Function)
Returns the Windows accent color.
Mouse functions
List of functions for mouse management
WINDEV Mobile: Platforms, processors and operating systems
WINDEV Mobile applications can run on the following platforms
InWindowsMode (Function)
Indicates whether the code is run in Windows mode or not.
The Multiline Zone control
The Multiline Zone control is used to easily create interfaces in iOS style....
Style of a control
As soon as it is created, a control is associated with a style......
MultimediaPlay (Function)
Plays a multimedia file in a Multimedia control.
FontItalic (Property)
The FontItalic property is used to: Determine if the text is italicized. Apply or remove...
Creating an automatic help
The Automatic Application Features (AAF) allow you to add features to your application without...
dbgStandardOutput (Function)
Writes an information into the standard output stream "stdout" (also called "console").
ConfirmAsynchronous (Function)
Displays a non-blocking message in a standard dialog box with the answers "Yes", "No", "Cancel"...
CalendarSelect (Function)
Returns the date selected in a Calendar control.
CalendarSelectPlus (Function)
Selects a date in a Calendar control.
HTTPResetForm (Function)
Clears an HTTP form that is currently edited.
MoveColumn (Function)
Moves or swaps a column in a two-dimensional array property contained in an advanced type...
HManageTask (Function)
Enables or disables a scheduled task on an HFSQL Client/Server server....
HexaToInt (Function)
Returns the numeric value of a hexadecimal string.
SaaSCheckService (Function)
Checks the access rights of the user to a service of the SaaS site.
SaaSReadSiteParameter (Function)
Reads an information specific to the client for the current SaaS site.
dbgStartMemoryDiff (Function)
Starts a difference operation of the memory used by the application.
NbColumn (Property)
The NbColumn property is used to get the number of columns in a report.
InVGAMode (Function)
Indicates whether the application is run in VGA mode on a mobile device.
Member (Property)
When used on Variant variables, the Member property is used to get the array of named elements.
HCompareItem (Function)
Compares two values by sorting them according to the specified HFSQL index item: all the sort...
EnumerationCheckName (Function)
Checks whether an enumeration value known by its name is valid.
EnumerationFromValue (Function)
Returns an enumeration value known by its associated value.
EnumerationFromName (Function)
Returns an enumeration value known by its name.
CombinationFromValue (Function)
Returns a combination of one or more options known by their associated values.
CombinationFromName (Function)
Returns a combination of one or more options known by their names.