ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

External language: Programming in Visual Basic
We are going to call the elements developed in WINDEV (project, windows, analysis, ...
fTempPath (Function)
Returns the name of directory used to store the temporary files.
Telemetry: Configuring the WINDEV and WINDEV Mobile applications
To use the telemetry in a WINDEV or WINDEV Mobile application, you must......
GenerateGeometricImage (Function)
Randomly generates an image with geometric shapes. This image can be used to temporarily fill an Image control, for example.
Container column in a Table control
A cell found in a Table control can contain a set of controls......
CrosshairColor (Property)
The CrosshairColor property is used to get and change the color of the crosshair in a Chart control.
AnimationPlayOnControlProperty (Function)
Animates the modification of an integer property between 2 values.
SysDir (Function)
Returns the path of a system directory.
Multimedia control properties
List of properties associated with the Multimedia control...
1. Project audits
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 1 - Project audits - 15 min
fRename (Function)
Modifies the name of a file.
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
fTempDir (Function)
Returns the name of directory used to store the temporary files.
RegistryCopyKey (Function)
Copies a registry key with all its subkeys and values.
Replication (Property)
The Replication property is used to: determine the replication mode used for a data file (defined in the data model editor or programmatically). specify the replication mode used for a data file (file described programmatically only)....
TotalNbRec (Property)
The TotalNbRec property is used to: Get the number of records to be printed. Change the number of records to be printed....
TreeDisplay (Function)
Refreshes the display of a TreeView control from a given position.
Rectangle (Type of variable)
A Rectangle variable is a structured type that is used to represent a rectangle (X, Y, Width, Height) in 2 dimensions.
Duration (Type of variable)
The Duration type enables you to easily handle the intervals of dates and times...
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
Hour (Property)
The Hour property is used to: Get the time from a variable of type Time or DateTime, or the number of hours from a variable of type Duration. Change the time in a variable of type Time or DateTime, or the number of hours in a variable of type Duration. Retrieve the time or the number of hours from a Date item (in "Date and time" or "Duration" format) or from a Time item. Modify the time or the number of hours in a Date item (in "Date and time" or "Duration" format) or in a Time item....
Synchronizing threads via events
Events can be used to synchronize the different threads of an application......
Handling Bar Code controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Bar Code controls......
Context menu associated with Table controls and their columns (AAF)
WINDEV applications automatically include a context menu for Table controls, TreeView Table controls and their columns......
The "Pie", "Donut" or "Semi-circular" charts
Several types of charts belong to the same family......
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.