ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

17. Project Management Hub
...Project Management Hub...
<WDPic variable>.MergeLayer (Function)
Merges the layers of a WDPic image.
Animation (Property)
The Animation property animates an image.
NetworkUser (Function)
Identifies the name of the connected user.
DecimalPart (Function)
Returns the decimal part of a number.
IntegerPart (Function)
Returns the integer part of a number.
DiagramToSVG (Function)
Exports a diagram to an SVG image.
<Diagram variable>.ToSVG (Function)
Exports a diagram to an SVG image.
AIDetectContour (Function)
Detects the contours of the shapes in an image.
<picLayer variable>.Resize (Function)
Resizes an image in a picLayer variable.
<picLayer variable>.Rotation (Function)
Rotates an image in a picLayer variable.
Non-modal management of a window
The window that opens another window is called parent window ; the windows opened by the parent window are called child windows......
OCRExtractTextBlock (Function)
Returns all the text blocks of an image.
dSaveImageJPEG (Function)
Saves an image: in a JPEG file. in memory....
MVP RAD
WINDEV proposes an MVP RAD that generates the "table" and "form" windows as well as the necessary Presenter and Model classes......
ExecutionMode (Function)
Allows you to: find out and/or modify the behavior of the application or site when some errors are generated. optimize the calls to the functions declared externally. find out and/or change how the application uses JITc. find out and/or modify the management mode of low references for all the instantiated objects....
8. Smart controls
Ouvre une fenêtre de type popup en précisant sa position d'ouverture et attend sa fermeture....
dSaveImagePNG (Function)
Saves an image: in a PNG file. in memory....
15. Creating the executable in practice
Creating the executable in practice...
fTempFile (Function)
Returns the name of a unique temporary file.
<WDPic variable>.DrawLine (Function)
Draws a line in a WDPic variable.
SysNameExe (Function)
Returns the name and full path of an application.
WDReplic: Starting the replication
Depending on the type of replication to perform, WDReplic must be started......
ODBCDatabaseName (Property)
ODBCDatabaseName is used to: Find out the name of the database used when printing a report based on a "query performed on a connection". Specify the name of the database used when printing a report based on a "query performed on a connection"....
How to add a new row to a Table control?
This help page explains how to add a row to a Table control programmatically....