ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

6. Multilingual applications
Creating the Vision windows of the WINDEV RAD pattern
Creating the Table windows of the WINDEV RAD pattern
Importing elements into a project
All the elements handled by a project (window, report, classes, set of procedures, queries, ......
Creating and distributing Active WEBDEV Pages
To transform a page in Session mode into an Active WEBDEV Page:...
Open document tabs
The document tabs allow you to navigate between the different elements opened in the different editors....
ErrorPropagate (Function)
Propagates a non-fatal error that can be processed by the calling code if the management of non-fatal errors was enabled for this code (in the code editor or by ErrorChangeParameter).
Creating a table in a report
Tables can be created in a report......
Computer renamed or changed
During the development phase, you may have to change the computer used for development (change computer, rename the computer, ......
Primary (Property)
The Primary property can be used: on the gglPostalAddress type. on the gglEmail type. on the gglInstantMessaging type on the gglOrganization type on the gglPhoneNumber type]....
Error 1050: This member already exists in the composite variable
AAFExecute (Function)
Runs an Automatic Application Feature (AAF) on a control or window. This function can be used to start the spelling checker on an edit control for example.
Automatic management of exceptions
The management of exceptions can be customized by process......
Using C# code
You can use C# code in WINDEV applications (Windows applications and components, .NET assemblies......
Card (Property)
The Card property handles the different cards associated with a Kanban list. You can add, modify or delete cards from Kanban list, or navigate between them.
List (Property)
The List property is used to handle the different lists of a Kanban control. You can add, modify or delete lists from a Kanban control, or navigate between them.
Kanban control properties
In a window or page, you can use WLanguage properties to handle......
Duration (Type of variable)
The Duration type enables you to easily handle the intervals of dates and times...
IntegerToTime (Function)
Converts an integer into a time in HHMMSSCC format.
<DateTime type>.ToString (Function)
Converts a DateTime to string in the specified format.
<Chrono>.Reset (Function)
Stops and resets a running stopwatch.
<Chrono>.Start (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
13. Debugger
Comparing controls
In some cases, you may need to compare two controls in one or more windows or pages......
Installing and starting WDTRAD