ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fCacheDir (Function)
Returns the path of directory that will be used to store the data in cache on the internal storage space of application.
UploadSizeSent (Function)
Returns the total size (in bytes) of files already sent by the current upload via an Upload control.
Table,Position (External language)
Sets the position on a given element or returns the element on the fist row of a Table control populated programmatically.
SysCacheExternalStorage (Function)
Returns the path of directory that will be used to store the data in cache on the external storage space of application.
Events associated with an Organizer control
The following events are associated with Organizer controls:...
<Connection variable>.TransactionIsolation (Function)
Configures the isolation mode of transactions for a connection to an HFSQL server.
Managing dates and times
WINDEV, WEBDEV and WINDEV Mobile propose several methods for managing dates and times in your applications......
How to manage a multi-selection in a Table control?
This help page explains how to manage a multi-selection in a Table control....
Sub-query
A sub-query is a query whose result is used by another query......
Events associated with a Slider control (WEBDEV)
WINDEV manages the following events by default (in the order in which they appear in the code editor) for the Linear Slider controls and for the Range Slider controls...
Generating an application for Universal Windows 10 App
Configuring the setup program
Two tools can be used to create a setup program......
HImportText (Function)
Imports a Text file into a data file in HFSQL Classic or Client/Server format (data file described in the data model editor, or declared by HDeclare, HDeclareExternal or HDescribeFile)....
4. Debugging modes
There are two different modes to debug a WINDEV Mobile application...
Handling PDF Reader controls programmatically
A PDF Reader control can be handled through programming......
Tips for developing a site for an iPhone or for a BlackBerry
WEBDEV allows you to develop sites for all types of devices......
HTransactionIsolation (Function)
Configures the isolation mode of transactions for a connection to an HFSQL server.
<Upload>.SizeSent (Function)
Returns the total size (in bytes) of files already sent by the current upload via an Upload control.
<Source>.RecNum (Function)
Returns: the number of the current record in the HFSQL data file. the number of the current record in the HFSQL view....
Vertical (Property)
The Vertical property is used to: determine if a control is oriented horizontally or vertically. change the orientation of Table and Looper controls (switch from vertical to horizontal and conversely)....
MobileNetworkStatus (Function)
Returns the current status of the connection to data on the mobile network or asks to be notified when the status of the connection to data changes.
SSLActive (Function)
Used to enable or disable the secure SSL mode.
TableAddInProgress (Function)
Modifies or returns the visibility status of internal wait window when adding additional elements into an infinite Table control.
AndroidActivityResultProcedure (Function)
Allows you to specify the procedure to be called to get the result returned by a third-party Activity.
"Clickable" image in a window
WINDEV and WINDEV Mobile give you the ability to use clickable images......