ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings that match the format.
End of break block
The End of break block is optional......
HCancelDeclaration (Function)
Used to: Delete a declaration made previously using HDeclare, HDeclareExternal, HDescriveFile. After this operation, the data file is no longer recognized by the HFSQL engine. Free the resources of a query (after calling HExecuteQuery or HExecuteSQLQuery)....
Positioning table
Positioning the elements in a page is simplified by the use of a positioning table (HTML table)......
SCM: Check-in policy
The SCM gives you the ability to define a check-in policy......
Events associated with a Dashboard control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
The Popup control
The Popup control is a control used to associate a popup with a page. This popup, displayed from the page into which it is inserted, is used to easily establish a dialog with the user....
The Organization Chart control
The Organization Chart control is used to represent elements in a hierarchical way. For example: the contributors of a company according to their position. the different branches of a group with their inter-dependencies. the different steps of a manufacturing process, ......
Programming custom calculations in Table controls
External language: Programming in Pascal
We are going to call the elements developed in WINDEV (project, windows, ......
MouseCursor (Property)
The MouseCursor property is used to identify and change the hover cursor defined for a control, window or page.
Opacity (Property)
The Opacity property is used to get and define the opacity percentage for a window, or for controls in a window or page.
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
ControlClone (Function)
Creates a new control from an existing control.
Importing a WEBDEV project into WINDEV
...WINDEV proposes a feature for importing WEBDEV sites or WEBDEV pages....
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....
Automatic data file modification
The automatic data file modification updates the description of data files on user computers......
Deploying an Android application
WINDEV Mobile tutorial: Deploying an Android application 10 min
Testing and debugging a WINDEV project on the user computer
WINDEV offers multiple possibilities to test and debug a project directly on the development computer (see Testing and debugging a WINDEV executable on the development computer)......
Control template
A control template is a set of controls that can be re-used in several windows or pages......
SEO of a WEBDEV site
In order for your site to get visitors, the Web users must be able to find it......
Customizing the system information windows (or dialog boxes)
Your applications use several system dialog boxes? A specific skin template is used in your project? Why not customize these windows and give them the "appearance" of your application?......
Automatic Drag and Drop
For some types of controls, WINDEV and WEBDEV propose an automatic management of Drag and Drop....
WDOptimizer: Optimizing indices
WDOptimizer includes multiple modes to optimize indices......
Creating a select query
A select query (corresponding SQL statement......