ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iDestination (Function)
Configures the print destination.
TableSelectMinus (Function)
Deselects a row from a Table or TreeView Table control.
TableColumnIndex (Function)
Returns the index of a column in a Table or Treeview Table control.
CacheSize (Property)
The CacheSize property is used to: Get the maximum number of records that can be stored in the cache of the Native MySQL Connector. Change the maximum number of records that can be stored in the cache of the Native MySQL Connector....
WorkingDirectory (Property)
The WorkingDirectory property is used to: get or change the directory used by the HTML Editor control to store the images and CSS sheets of an HTML page. get the directory used by the HTML Display control to store the images and CSS sheets of an HTML page. get the directory used by the Camera control to save photos and videos....
Docker image of the HFSQL server
From version 22, a Docker container with the HFSQL server is available in Docker Hub......
WDInst: advanced options for the network setup
The advanced options of the network setup are used to......
Programming charts
WINDEV, WEBDEV and WINDEV Mobile include a Chart control (that can be used in the window editor, page editor and report editor) as well as several functions used to create and handle charts......
Document (Type of variable)
The Document type is used to handle a "docx" document.
Print modes of a report
Several print modes are available for a report....
zipCreateExe (Example)
Usage example of the zipCreateExe function
FTPCommand (Example)
Usage example of the FTPCommand function
TableDeleteAll (Function)
Deletes all rows from: a Table control populated programmatically, a TreeView Table control populated programmatically, a table displayed in a Combo Box control....
gLinkActivate (Function)
Allows (or not) retrieving the value defined by gLink in a List Box or a Combo Box control. Function kept for compatibility. It is recommended to use gStoredValueEnable....
zipCreate (Function)
Creates an archive.
AJAXExecute (Function)
Runs a server procedure without refreshing the page.
The email structure
The email structure is a preset structure of WLanguage (no declaration is required)......
License agreement for Native Oracle Connector
License agreement for Native Oracle Connector...
The SilverLight control
The SilverLight control is used to display a SilverLight 2 animation in a WEBDEV page......
Sound (Function)
Plays a sound in WAV format.
Creating a query in SQL code
The query editor allows you to create a query by typing SQL code......
Installing a SOAP server with Apache
IWListAdd (Function)
Adds a new internal window to the list of internal windows browsed by an Internal Window control.
NewLine (Property)
The NewLine property is used to determine: in a Table control, whether the current row was created with TableAddXXX or TableInsertXXX. in a Looper control, whether the current row was created with LooperAddXXX or LooperInsertXXX. in an Organizer control, whether an appointment was created via the popup menu. in a Scheduler control, whether an appointment was created via the popup menu....
TableInfoXY (Function)
Returns for a given position in a Table or TreeView Table control (coordinates of a control point): the name of the column displayed for the specified position. the index of the row or column for the specified position....