ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Programming patterns
CAUTION......
Operating mode of HFSQL application
A HFSQL application can operate in network mode or in Client/Server mode......
Phone constants (Android / iOS)
fTrackFile (Function)
Triggers the tracking of a file.
InWindowsMode (Function)
Indicates whether the code is run in Windows mode or not.
InAndroidMode (Function)
Indicates whether the code is run in Android mode.
InLinuxMode (Function)
Indicates whether the code is run in Linux mode or not.
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice directly impacts the freeing of the class objects: depending on the selected take of reference, the "Destructor" will not be called at the same time....
geoTrackingStatus (Function)
Retrieves the status of the system for position tracking.
InWidgetMode (Function)
Indicates whether the code is run in Android Widget mode.
InPHPSimulatorMode (Function)
Indicates whether the code is run in PHP simulator mode.
HTrackStop (Function)
Stops tracking a data file on an HFSQL server.
<Source>.TrackStop (Function)
Stops tracking a data file on an HFSQL server.
AppleRequestTrackingAuthorizationAsynchronous (Function)
Displays the permission request for user activity tracking.
InAppleWatchMode (Function)
Indicates whether the code currently run is in Apple Watch mode.