ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Customizing the WINDEV User Groupware
The User Groupware in automatic mode offers many possibilities......
<picLayer variable>.Font (Function)
Declares the font that will be used by dText in a picLayer variable.
<picLayer variable>.DrawPolygon (Function)
Draws a polygon in a picLayer variable.
<picLayer variable>.DrawSlice (Function)
Draws a section of a circle or an ellipse in a picLayer variable.
<picLayer variable>.Pen (Function)
Declares the default color and style for the lines, rectangles, circles, ... in a picLayer variable.
TableSearch (Function)
Performs a search in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
<WDPic variable>.PixelColor (Function)
Identifies the color of a pixel contained in a WDPic variable.
WEBDEV User Groupware: Tips
This help page contains different programming tips for the User Groupware in WEBDEV......
TablePosition (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first row displayed in a Table or TreeView Table control.
Report based on a query
Queries are used to easily select records in one or more data files......
Serial and parallel port management functions
List of functions for managing serial and parallel ports...
Configure the setup program interface
To make the installation process more user-friendly, the setup wizard allows you to customize the interface of the setup program......
TableSelectPlus (Function)
Selects a row in a Table or TreeView Table control.
LoadError (Function)
Loads the file containing the error messages in the desired language into memory.
Salesforce functions (prefix syntax)
List of Salesforce functions (prefix syntax)...
dCopyImage (Function)
Copies an image: from an Image control to another Image control. from an Image variable to another Image variable....
Constants for managing animations
List of constants used by the functions for managing the animations...
AppListVersion (Function)
Lists the versions available on the reference setup server.
Selecting the files to install and the installer framework
The setup wizard allows you to: Select and configure the files to install. This step is very important. Specify the WINDEV framework used by the installer....
Creating an executable without library
When creating an executable, you can choose not to use a library or not to include all the elements of the project in the library......
Correspondence between languages, sub-languages, character sets and nations
The table below presents the correspondence between languages, sub-languages, character sets and nations:
TableSelectCount (Function)
Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls).
TableCount (Function)
Returns: the number of columns found in a Table or TreeView Table control. the number of rows found in a Table or TreeView Table control....
dChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
User Groupware and LDAP
The LDAP protocol is increasingly used by the companies......