ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

12. Pages in practice
DriveRename (Function)
Renomme un fichier ou un répertoire sur un disque distant.
Managing the remote accesses
The remote accesses are used to create a temporary network connection......
Libraries (.WDL file)
A library is a WDL file that contains all WINDEV or WEBDEV resources ......
Special paste
The Special paste command is used to explicitly choose the format in which the clipboard content will be pasted in the window editor......
WDAPI: Using the APIs in a WINDEV application
The two most interesting features of WDAPI are......
GenerateGeometricImage (Function)
Randomly generates an image with geometric shapes. This image can be used to temporarily fill an Image control, for example.
diagLibrary (Type of variable)
The diagLibrary type is used to define all the advanced characteristics of a library of preset shapes used by a Diagram Editor control.
diagActionAllowed (Type of variable)
The diagActionAuthorized type is used to define the actions available to end users on a diagram shape in the Diagram Editor control.
Step 6: User Groupware settings
If the site is configured to use the user groupware, the parameters of the groupware database can be configured during the setup......
Error 17: OTHER CASE must be the last statement used in SWITCH
SiteAddress (Function)
Returns the Internet address for connecting to a dynamic WEBDEV site (in Session mode) found on the same server.
INIWrite (Function)
Writes a specific value into an INI file (or into a file structured like an.INI file).
InComponentMode (Function)
Indicates whether the code is run: from a WINDEV application, a WEBDEV site or a PHP page. from a component....
H.NumRec (Variable)
Contains the number of the physical record loaded in memory (which means the number of the last record read).
ErrorInfo (Function)
Retrieves information about the last error that occurred in a function of a WINDEV, WINDEV Mobile or WEBDEV component.
LineCursor (Property)
The LineCursor property gets and sets the number of the line where the cursor is located in a Code Editor control.
Activating an application or a site
When distributing an application or a site, you may want to offer both a full version and a limited version......
<Table>.Display (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
Image properties (help system)
At any time, you can change the characteristics of an image inserted into a help page in the image properties......
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
Retrieving the coordinates of a click in a clickable image
If the click action of the image is set to "Server call", you can get the click coordinates when the image is clicked in the browser......
ContextMenu (Property)
The ContextMenu property is used to: Get the custom context menu of a control, window or page. Change the custom context menu of a control, window or page (or associate another context menu). Customize the system menus of the controls by adding options....
WinEdRedo (Function)
Runs the last action undone by the end user ("Allow end users to modify the UI" option enabled).
Code coverage
The code coverage is the measure regarding the coverage of tests run on an application or site......