ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

fTrackDirectory (Function)
Detects the modifications performed on the content of a directory.
2. Performance profiler
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 2 - Performance profiler - 15 min
Managing geolocation and GPS
WINDEV Mobile and WEBDEV allow you to exploit geolocation and GPS features found on mobile devices and browsers.
ExecuteRefreshUIElement (Function)
Immediately executes the "Request for refreshing the display" event of the given element.
Brochure of new features: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
New Features brochure - Version 28: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
Webification
WEBDEV Tutorial - Webifying a WINDEV project Webification - 10 min
SCM: Adding a project to the repository
Some operations are required before an existing project can be used by the Source Code Manager......
fTrackFile (Function)
Triggers the tracking of a file.
Popup window
WINDEV allows you to open windows in popup format......
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.
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.
Android Widget windows
An Android application can contain one or more Widget windows......
2. Performance profiler
WINDEV Tutorial: Optimizing a project Lesson 2 - Performance profiler - 15 min
New Features brochure - Version 27: New WEBDEV features
New features in WEBDEV 27 presented in the New Features brochure....
HTransactionStart (Function)
Starts a transaction on the tables (HFSQL or accessed via a Native Connector) and creates the transaction table.
BitwiseNOT (Function)
Returns the result of the bitwise logical NOT operation of a value.