ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Source>.Watch (Function)
Trigger monitoring of write actions (add, modify or delete) performed on a data file present on an HFSQL server. In case of modification, a specific procedure can be triggered.
<Source>.WatchStop (Function)
Stops watching a data file on an HFSQL server.
HListWatchedFiles (Function)
Returns the list of data files watched by HWatch.
fWatchDirectory (Function)
Detects changes made to the contents of a directory.
HWatchStop (Function)
Stops watching a data file on an HFSQL server.
<Connection variable>.ListWatchedFiles (Function)
Returns the list of data files watched by HWatch.
HWatch (Function)
Trigger monitoring of write actions (add, modify or delete) performed on a data file present on an HFSQL server. In case of modification, a specific procedure can be triggered.
Developing an application for Apple Watch
An Apple Watch application is an application intended for a watch associated with an iOS device...
Functions specific to iOS - Apple Watch communication
... and the associated Apple Watch applications are as follows:...
InAppleWatchSimulatorMode (Function)
Indicates whether the code is run in the Apple Watch simulator.
InAppleWatchEmulatorMode (Function)
Indicates whether the code is run in the Apple Watch emulator.
awSendInfo (Function)
Sends an information from an iOS phone to an Apple Watch (or conversely).
InAppleWatchMode (Function)
Indicates whether the code currently run is in Apple Watch mode.
ScreenType (Function)
Returns the type of screen on which the application is run: phone, tablet, computer or watch.
awSendAndGetInfo (Function)
Sends data from an iOS phone to an Apple Watch (or conversely) while expecting a response.
Connected objects: Android Wear
Android Wear is the version of the Android operating system dedicated to the connected objects......
Compiling a WINDEV Mobile project in Xcode
When the WINDEV Mobile project for iPhone/iPad is generated on the development computer,...
awProcedureGetInfo (Function)
Specifies the WLanguage procedure that will be called when receiving information coming...
awProcedureGetAndSendInfo (Function)
Specifies the WLanguage procedure that will be called when receiving information coming...
Providing an image per DPI
On mobile, when displaying images, each device has its own physical size and its own graphic...
Window with arrow (iPad)
The principle of windows with arrow is straightforward......
Developing applications for iPhone/iPad
To develop a WINDEV Mobile application for iPhone/iPad, you need:...
iPhone window: window creation wizard
The wizard for window creation allows you to easily create a window containing all main elements...
iPad window: Window creation wizard
The wizard for creating iPad windows allows you to easily create a window containing all the main...
Deploying an application via App Store
Deployment to the App Store is the most common deployment mode......
Specific features of the applications for iPhone/iPad
Using Objective C code
You can use Objective C code in iPhone/iPad applications generated with WINDEV Mobile....
Deploying the application for iPhone/iPad
To be able to test and/or deploy the application on a device (iPhone or iPad), you must enroll...
Generating an iOS application
Several steps must be performed to develop an iPhone/iPad application:...
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:...
Yesterday (Function)
Returns the date of the day preceding the current day or a given date.
TraceEnd (Function)
Closes the trace window if this window was opened or stops saving the trace information in a text...
1
2
>