ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Android Widget windows
An Android application can contain one or more Widget windows......
ExecuteRefreshUIElement (Function)
Immediately executes the "Request for refreshing the display" event of the given element.
LoadWDL (Example)
Usage example of the LoadWDL function
Importing/Consuming web services
WINDEV, WEBDEV and WINDEV Mobile allow you to directly import Webservices into your applications......
New Features brochure - Version 27: New WEBDEV features
New features in WEBDEV 27 presented in the New Features brochure....
Stack (Type of variable)
A Stack variable is a structured type that is used to group a set of elements of the same type.
List (Type of variable)
A List variable is a structured type that is used to group a set of elements of the same type.
External language: Programming in Fortran
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
fTrackFile (Function)
Triggers the tracking of a file.
fTrackDirectory (Function)
Detects the modifications performed on the content of a directory.
Constants used by the TraceStart function
List of constants used by the TraceStart function....
HTransactionFree (Function)
Transforms all the records "in transaction" into "Normal" records if these records do not belong to a transaction currently in progress.
Webification
WEBDEV Tutorial - Webifying a WINDEV project Webification - 10 min
2. Performance profiler
WINDEV Tutorial: Optimizing a project Lesson 2 - Performance profiler - 15 min
AAFs available for numeric edit controls
The numeric edit controls propose several AAFs (Automatic Application Features): a context menu proposing the "Calculator" option. the ability to modify the control value with the mouse wheel....
Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields......
8. OOP
WINDEV Mobile Tutorial - WLanguage basics Lesson 8 - OOP - 30 min
8. OOP
WEBDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min
ServiceWait (Function)
Pauses the current service during the specified duration.
Combination (Type of variable)
A combination is a set of options.
WaitWindowStart (Function)
Opens the wait window of application.
Automatic data file modification
The automatic data file modification updates the description of data files on user computers......
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
HTransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min