ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

List,Select,- (External language)
Deselects an element from a drop-down list or from an expanded list.
<Connection variable>.DeleteParameter (Function)
Deletes a parameter previously saved by HSaveParameter.
<Connection variable>.DeleteBackup (Function)
Deletes a backup previously created with HBackup.
<mongoCollection variable>.DeleteOne (Function)
Deletes a document from a collection in a MongoDB database.
<mongoDatabase variable>.DeteleDatabase (Function)
Deletes a MongoDB database as well as its collections.
<Connection variable>.DeleteDatabase (Function)
Deletes a database located on an HFSQL server.
HTML control properties
You can manipulate HTML controls in a window, page or report using the following WLanguage properties......
Properties associated with clickable Image controls
The Clickable Image control can be handled by the WLanguage properties in server code and in browser code......
Web Component control properties
The Web Component control can be handled by the WLanguage properties in server code and in browser code......
Cell control properties
List of properties associated with the Cell control...
Handling incoming or outgoing faxes
To send and receive faxes directly from an WINDEV application or a WEBDEV site, several functions allow you to handle faxes via the fax server available in Windows XP and Windows 2000......
Thumbnail control properties
List of properties associated with the Thumbnail control...
TreeView Table control properties
List of properties associated with the TreeView Table control...
Static control properties
List of properties associated with a Static control...
HRplFilterProcedure (Function)
Defines the WLanguage procedure that will be called whenever a replication operation is performed on a specific file.
5. Custom-Folders: Organize your project
Project configurations allow you to easily define the "target" platforms of the project....
Image control properties
The Image controls include properties that can be handled in WLanguage both in the windows and pages but also in the reports......
LineHeight (Property)
The LineHeight property is used to get and change the height of the rows: in a List Box control, in a ListView control (standard display mode only), in a Table control, in a Combo Box control, in a Looper control (height of the row), in an Organizer control....
Shape control properties
Shape controls in windows, pages and reports can be handled using different WLanguage properties......
Enlarging a window
Modern UIs generally use larger windows and larger fonts in the different controls......
NotifPushProcedure (Function)
Specifies the WLanguage procedure called when a push notification is received by a WINDEV Mobile application (Android or iOS).
MapDeleteMarker (Function)
Deletes a marker from a map displayed by a Map control.
LooperSavePositionAndSelection (Function)
Saves: the position of the scrollbar in a Looper control, the selected element(s). These elements can be restored by LooperRestorePositionAndSelection....
mlzDeleteAll (Function)
Deletes all dynamic rows from a Mutiline Zone control.
BreakDeleteAll (Function)
Deletes all breaks from a Table control or from a Looper control.
Error 704: The property does not exist on