ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Calling a procedure/a function
Syntax for calling a local or global procedure.
Chart constants
List of constants used by the functions for chart management....
Creating a query in SQL code
The query editor allows you to create a query by typing SQL code......
dTextMarkdown (Function)
Draws Markdown text: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable]....
9. Hardware and software requirements
EmulateMouse (Function)
Simulates a mouse event (left click, right click, double click, ...).
Lambda: Expressions and procedures
A lambda ("lambda function") is a more concise way to write internal procedures...
Sharing your source code with the SCM
WEBDEV Tutorial - A Source Code Manager for WEBDEV Sharing your source code with the SCM - 30 min...
Print constants
List of constants used by the print functions....
Sum (Function)
Calculates the sum of the array elements.
DotNetDelegate (Function)
Initializes a.NET delegate.
CameraCapture (Function)
Captures the images received from the camera: as an image: takes a photo. as a video: records a video. Function kept for "Version-26-compatible" Camera controls....
Webification
WEBDEV Tutorial - Webifying a WINDEV project Webification - 10 min
SysIconAdd (Function)
Adds a system tray icon (in the lower-right corner of the screen).
fDriveInfo (Function)
Returns information about a drive.
iInitReportQueryConnection (Function)
Initializes the query linked to the report.
iListPrinter (Function)
Returns the list of printers installed on the current computer.
Mean (Function)
Calculates the mean of several elements: elements found in an array, numeric values, ......
MultimediaPlay (Function)
Plays a multimedia file in a Multimedia control.
The Sliding Banner control
The Sliding Banner control is used to display several contents successively, either automatically, or further to an action performed by the Web user......
FileToMemoryTable (Function)
Populates a Table control programmatically with the records from a data file, HFSQL view or query (query created in the query editor or with HExecuteSQLQuery).
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
RoundToMultiple (Function)
Returns a numeric value rounded to the nearest multiple of another numeric value.
SemaphoreCreate (Function)
Creates a semaphore.
SCM administrator: Merge of repositories
The merging of repositories makes it possible to combine projects from several repositories into a single repository......