ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Source>.Watch (Function)
Trigger monitoring of write actions (add, modify or delete) performed on a table present on an HFSQL server. In case of modification, a specific procedure can be triggered.
HWatchStop (Function)
Stops watching a table on an HFSQL server.
fWatchStop (Function)
Stops watching a file or directory.
HListWatchedFiles (Function)
Returns the list of tables watched by HWatch.
fWatchFile (Function)
Starts watching a file.
fWatchDirectory (Function)
Detects changes made to the contents of a directory.
HWatch (Function)
Trigger monitoring of write actions (add, modify or delete) performed on a table present on an HFSQL server. In case of modification, a specific procedure can be triggered.
<Source>.WatchStop (Function)
Stops watching a table on an HFSQL server.
<Connection variable>.ListWatchedFiles (Function)
Returns the list of tables watched by HWatch.
fWatchStopAll (Function)
Stops all current watch tasks of files and directories.
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 iPhone/iPad applications
To simplify the reading in the controls used to view large volumes of data, the end user...
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...
Using Objective C code
You can use Objective C code in iPhone/iPad applications generated with WINDEV Mobile....
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:...
IntegerToDay (Function)
Returns the day of the week corresponding to the specified date (this date is an integer).
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
3
4
5
6
39
>