ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WinSize (Function)
WinSize:
  • returns or modifies the window display mode (maximized, minimized or normal),
  • modifies the window height and/or width,
  • moves the window and modifies a window's height and/or width.
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.
ArrayDelete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
TotalNbRec (Property)
The TotalNbRec property is used to: Get the number of records to be printed. Change the number of records to be printed....
FTP constants
List of constants used by the FTP functions....
eToCurrency (Function)
Converts a value expressed in Euro into another currency.
eToEuro (Function)
Converts to Euro a value expressed in a specific currency.
HSetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage......
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....
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....
SQL view
An SQL view is a virtual data source defined by an SQL query......
TableCollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
WDSQL: Creating an SQL query
Once the connection to the database is established, WDSQL allows you to create different types of SQL queries......
DateToString (Function)
Converts: a date to a string in the specified format. a date time to a string in the specified format....
HExecuteQueryAsynchronous (Example)
Example of use of HExecuteQueryAsynchronous
ThreadPause (Function)
Pauses the current thread during the specified duration.
eChangeCurrency (Function)
Converts a currency into another currency.
CameraConfigure (Function)
Allows you to configure the video capture driver.
VideoConfigure (Function)
Allows you to configure the video capture driver.
MatStack (Function)
Compresses the memory footprint occupied by a matrix.
HWatch (Function)
Trigger monitoring of write actions (add, modify or delete) performed on a table present on an HFSQL server. In case of modification, a specific procedure can be triggered.
SpeechRecognitionTrigger (Function)
Triggers the device's speech recognition service....