ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Display modes, transparency and symmetry of an image
An image can be displayed in a window, a window control, a report control, a page control or a block according to several display modes.
DrawingStyle (Function)
Allows you to find out and modify:
  • the display mode of grayed buttons found in the windows of your application.
  • the display mode of translucent border for the windows of your application.
  • the mode for loading large images.
Events associated with a Multimedia control
List of events associated with a Multimedia control...
DateToInteger (Function)
Converts a date to an integer.
BackgroundImage (Property)
The BackgroundImage property is used to identify and modify the background color of an element: window, page, control or report.
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given query....
fMoveFile (Function)
Moves a file from one directory to another.
ThreadPause (Function)
Pauses the current thread during the specified duration.
PhysicalName (Property)
The PhysicalName property is used to manage the physical name of HFSQL data files.
Chart control: "General" tab
In all the editors (window, page or report), the "General" tab of the Chart control description window allows you to define the global characteristics of the control......
Project Management Hub: Statistics
When managing a project, you must keep track of some indicators to understand the evolution of the project, its schedule, ......
HBuildKeyValueANSI (Function)
Regardless of the platform used, the data stored in the HFSQL files is in ANSI format.
FTP constants
List of constants used by the FTP functions....
OpenContextMenu (Function)
Automatically opens a context menu for the current control, window or page.
TableCollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage......
eToCurrency (Function)
Converts a value expressed in Euro into another currency.
eToEuro (Function)
Converts to Euro a value expressed in a specific currency.
Setup wizard: Steps for creating a WINDEV application setup program
The setup program creation wizard allows you to define all the settings of your setup program....
SQL view
An SQL view is a virtual data source defined by an SQL query......
fRead (Example)
Usage example of the fRead function
NbLinesPerPage (Property)
The NbLinesPerPage property is used to: Get and set the maximum number of Table rows per page. Get and set the maximum number of Looper rows per page....
eChangeCurrency (Function)
Converts a currency into another currency.
MatStack (Function)
Compresses the memory footprint occupied by a matrix.
HOpenConnection (Function)
Opens a connection to a specific database.
WDSQL: Creating an SQL query
Once the connection to the database is established, WDSQL allows you to create different types of SQL queries......