ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Generating a class diagram
The generation is used to create the WINDEV classes ("......
GPSInitParameter (Function)
Initializes the parameters of geolocation WLanguage functions and finds a location provider.
TimestampType (Property)
The TimestampType property is used to: Find out the type of timestamp for an item. This item was defined in the data model editor or through programming. Define the type of timestamp for a Date, Time or DateTime item (when describing the item through programming)....
TimestampUTC (Property)
The TimestampUTC property is used to: Find out whether a timestamp item will use UTC time or local time. This item was defined in the data model editor or through programming. Define whether a timestamp item will use UTC time or local time (when describing the item through programming)....
CalculatedItemExpression (Property)
The CalculatedItemExpression property is used to: Find out the SQL expression that defines the value of a calculated item. This item was defined in the data model editor or through programming. Define the SQL expression returning the value of a calculated item (when describing the item through programming)....
PersistedCalculatedItem (Property)
The PersistedCalculatedItem property is used to: Find out whether the value of a calculated item is stored in the data file. This item was defined in the data model editor or through programming. Define whether the value of a calculated item is stored in the data file (when describing the item through programming)....
inAppCheckSubscription (Function)
When starting the iOS application, checks whether the In-App subscriptions have been renewed.
EndProgram (Function)
Ends the execution of the current program.
HUnlockRecNum (Function)
Unlocks a record locked by: HLockRecNum, a read function used with a locking parameter (HRead associated with the hLockWrite or hLockReadWrite constant for example)....
Handling a Calendar control through programming (prefix syntax)
WINDEV, WEBDEV and WINDEV Mobile allow you to handle a Calendar control through programming......
fClose (Function)
Closes an external file.
SaaSAdminClientConnection (Function)
Returns the connection to the database of a client account for a SaaS site.
HUnlockFile (Function)
Unlocks the records of a data file: locked by HLockFile. individually locked by a locking read function....
HClose (Function)
Closes a data file or all the data files opened by the current user: all the corresponding physical data files are closed for the current user.
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
TabClose (Function)
Closes a dynamic pane in a Tab control.
Class diagram
A class diagram describes the structure of a system via classes and the relationships among them......
Miscellaneous WEBDEV functions
List of various WEBDEV functions...
CookieRead (Function)
Retrieves the value of a cookie saved on the computer of Web user.
CookieWrite (Function)
Writes a cookie onto the computer of the Web user.
geoTrackingEnable (Function)
Enables the management of location tracking in a WINDEV Mobile application.
geoTrackingDisable (Function)
Disables the tracking of user positions for a WINDEV Mobile application.
geoTrackingStatus (Function)
Retrieves the status of the system for position tracking.
ActionClick (Property)
The ActionClick property is used to define the procedure executed when an element is clicked.
inAppConsumeProduct (Function)
Used to consume, in an application, a product that was previously purchased by the user.