ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SaaSAdminModifyPricing (Function)
Modifies a SaaS pricing.
Handling Image controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle an Image control through programming......
HReadFirst (Function)
Sets the position on the first record according to a browse item.
Label report
The report editor allows you to create "Label" reports......
DateTime (Type of variable)
The DateTime type enables you to easily handle a date and a time...
PanelCreate (Function)
Creates a new Dockable Panel control in the current window.
Setup of a WEBDEV site: Automatic data file modification
The automatic modification of the data files allows updating the description of data files on the Web server......
GanttWorkingHour (Function)
Overwrites the working hours on a row in a Gantt Chart column of a Table (or TreeView Table) control.
BrowserVersion (Function)
Returns the version of the browser used by the Web user.
HFConf.Ini file
The HFConf.INI file is found at server root. This file is used to define several characteristics of HFSQL Client/Server server....
Constants for managing TimeLine controls
Constants for managing TimeLine controls...
dCrop (Function)
Returns the cropped part of an image. This image is found in an Image variable.
EmulateMouse (Function)
Simulates a mouse event (left click, right click, double click, ...).
TablePrint (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.
Customizing the errors
The WEBDEV administrator (Development version) is used to customize the error messages of a WEBDEV site......
mongoOperationDeleteOne (Type of variable)
The mongoOperationDeleteOne type is used to define all the advanced characteristics of a document delete operation that will be added to a bulk operations list. The first document that matches the filter will be deleted.
mongoOperationDeleteAll (Type of variable)
The mongoOperationDeleteAll type is used to define all the advanced characteristics of a document delete operation that will be added to a bulk operations list. All the documents that match the selection filter will be deleted.
Managing databases in the WINDEV Java applications
This document presents the different access modes to databases from a WINDEV Java application......
Time (Type of variable)
The Time type is used to easily handle the times...
hBackupDescription (Type of variable)
The hBackupDescription type is used to programmatically describe an HFSQL Client/Server backup....
WebserviceWriteCustomHTTPCode (Function)
Specifies the custom HTTP code that will be returned when the execution of the REST Webservice function is completed.
Info (Function)
Displays a custom message in a system information window.
BrowserPlatform (Function)
Returns the user's browser platform....
mongoOperationReplaceOne (Type of variable)
The mongoOperationReplaceOne type is used to define all the advanced characteristics of a document replace operation that will be added to a bulk operations list. The first document that matches the filter will be replaced.
WebSocketClientConnect (Function)
Establishes a connection between the client and a WebSocket server.