ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDScript: use in interactive mode
In interactive mode, the WDScript editor is divided into several areas......
The Internal Window control
The "Internal Window" control is used to include a window (and its code) in a control of another window......
Extracting the text of the project
The following text can be extracted......
CheckMarkStyle (Property)
The CheckMarkStyle property gets and sets the check icon of a menu option. This icon appears only if the menu option is checked.
Events associated with an Image Editor control
WINDEV manages the following events by default (in order of appearance in the code editor)...
Navigation map
The site map path is used to implement the structure and the sequence of pages in your site......
UI compilation errors
UI compilation errors indicate the possible problems detected in your interfaces whenever a window, a page or a report is saved or whenever the project is recompiled......
Validating a page other than the current page
In some cases, you may have to propose the validation of a page via a button (or a link) found in a different frame......
Calling a DLL written in Visual Basic
Visual Basic (like many other languages) allows you to create custom DLLs......
Remote WEBDEV administrator: Server parameters
The server administrator can define the server parameters via the remote administration tool......
Manager of automated tests
The test manager is used to......
FreeDLL
The FreeDLL keyword can correspond to ...
BrowserIsConnected (Function)
Indicates whether the browser is connected to the network.
Errors during an FTP installation
The list below presents the error messages that are displayed in the remote setup wizard (for the site manager)......
IWListAdd (Function)
Adds a new internal window to the list of internal windows browsed by an Internal Window control.
<Image>.DrawArc (Function)
Draws a circle arc or an ellipse arc in an Image control.
<Image>.DrawChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line) in an Image control.
<Image>.DrawPoint (Function)
Draws a point in an Image control.
WDMSG
You can create multilingual projects in WINDEV, WEBDEV or WINDEV Mobile......
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......
Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields......
URL Rewriting
URL Rewriting is a technique used to improve SEO......
KeyGenerateInitialKey (Function)
Generates the initial key (unique license number) for the activation system of the application.
KeyCompareKey (Function)
Compares an initial key with an activation key.
Example for managing videos (broadcasted by a Camera control) (prefix syntax)
In this example, the application allows you to......