ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Customizing the setup program (Plug-in)
In a setup program, you may want to customize some actions......
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......
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.
dChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
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....
Correspondence between languages, sub-languages, character sets and nations
The table below presents the correspondence between languages, sub-languages, character sets and nations:
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.
Page-by-page deployment
You now have the ability to deploy site sections or individual pages......
User Groupware and LDAP
The LDAP protocol is increasingly used by the companies......
Positioning on a line in an edit control (AAF)
Several methods can be used to automatically position the edit cursor on a specific line in an edit control:...
Setup directory
The setup wizard allows you to configure the setup directory of application....
J2EE constants
List of constants used by the J2EE functions....
J2EEAddHeader (Function)
Adds a header to the next procedure that will be run on the server.
J2EEGetResult (Function)
Returns the result of the last J2EE procedure that was successfully run.
J2EEError (Function)
Returns the error for the last J2EE procedure that failed.
J2EERunXML (Function)
Runs a procedure on a server of J2EE XML Web services.
TableModify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
dCopyImage (Function)
Copies an image: from an Image control to another Image control. from an Image variable to another Image variable....
dTextRTF (Function)
Draws RTF text: in an Image control, in an Image variable....
<Image>.ModifySaturation (Function)
Changes the saturation of an image in an Image control.
<Image>.ModifyHue (Function)
Changes the hue of an image in an Image control.
<Image>.ModifyHSL (Function)
Modifies the hue, the saturation and the lightness of an image in an Image control.