ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Modifying an external component
An external component created and generated by WINDEV, WEBDEV or WINDEV Mobile can be modified at any time......
ComponentInfo (Function)
Returns information about a component.
3. UML models in practice
11. Window templates
WINDEV Mobile allows you to create window templates....
Start of Break block (Break header)
The Start of break block is optional......
Developing sites for specific platforms
Many devices can be used to display websites (Android phone, iPhone, etc....
Accessing Lotus Notes
WINDEV and WINDEV allow you to easily access the data handled by Lotus Notes (Domino database)......
The log process
...A log is a special file that contains the history of all changes made to one or more data files over a given period of time (date the file was created, last automatic data modification, last backup created with WDLog, etc.)...
Creating an insert query
An insert query (corresponding SQL statement......
Spacing out a selection of controls
To create modern interfaces, you need to increase spacing between the controls in your windows......
Java application and WINDEV
A Java application is an application entirely compiled in Java......
Multi-control search: search in a window
You want to find a word in the controls of your window? Nothing is easier, press CTRL + F and type the word to find......
Testing an iOS application on a mobile device
When developing an application for iOS (iPhone or iPad), WINDEV Mobile allows you to test the application being developed without having to recompile it on Mac, but directly on the iPhone or iPad......
<Component>.Execute (Function)
Executes a global procedure present in an external component. This external component is loaded with ComponentLoad.
<Source>.Free (Function)
Transforms the crossed records (HCross) into deleted records.
<Source>.Write (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
<Source>.Modify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
Error 1060: Unable to call method without parameter: add ()
Automatic button execution (Window)
To force an action on a window, all you have to do is define a button of this window in "Automatic execution" mode......
Multitask (Function)
MultiTask is used to: define a timeout, give control back to Windows, give control back to Windows and to WLanguage....
HWrite (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
HFree (Function)
Transforms the crossed records (HCross) into deleted records.
HModify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
Conditional target-code
The code editor allows you to enter a specific code for each environment (WINDEV, WEBDEV and WINDEV Mobile)......
Showing or hiding empty events or processes of an element
All WLanguage code is written in the code editor, which offers several events on a given control ......