ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

LocalStorageDeleteAll (Function)
Deletes all the values from the local storage.
VideoStartApp (Function)
Starts the device's native camera application to record a video or to take a photo....
SensorGetOrientation (Function)
Retrieves the current orientation of the device on one of its 3 axes.
SchedulerPosition (Function)
Displays a Scheduler control from a specified date or returns the date of the first day (or last day) displayed in a Scheduler control.
SchedulerTimeDisplayed (Function)
Defines the time range displayed by the Scheduler control in Day mode or in Week mode.
HFreeQuery (Function)
Free the resources of a query (after the call to HExecuteQuery or HExecuteSQLQuery).
HAccelerateSpeed (Function)
Reorganizes the internal structure of the indexes to optimize the speed for accessing the data.
TreeSelectCount (Function)
Returns the number of selected elements in a TreeView control (for a multi-selection TreeView control).
LocalStorageAvailable (Function)
Indicates whether the local storage is available or not for the current browser.
LocalStorageAdd (Function)
Adds a value to the local storage.
LocalStorageGet (Function)
Retrieves a value from the local storage.
LocalStorageDelete (Function)
Deletes a value from the local storage.
SeekProcedure (Function)
Seeks a procedure identified by its name. The procedure found can be run directly.
LocalStorageOccurrence (Function)
Returns the number of values for the local storage.
LocalStorageValueName (Function)
Returns the name of a value for the local storage.
CaptchaDisplay (Function)
Displays a new Captcha in a Captcha control.
CaptchaVerify (Function)
Checks whether the value typed by the user corresponds to the string displayed in a Captcha control.
BrowserIsConnected (Function)
Indicates whether the browser is connected to the network.
CertificateClientInfo (Function)
Returns information about the certificate used by the client computer.
CurrentYear (Function)
Returns the current year in integer format.
RoundFloor (Function)
Returns: the numeric value rounded down to the nearest integer. the duration rounded down to the nearest interval. the date and time rounded down to the nearest interval....
RoundCeil (Function)
Returns: the value rounded up to the nearest integer. the duration rounded up to the nearest interval. the date and time rounded up to the nearest interval....
CharactUnicode (Function)
Returns the character corresponding to the specified Unicode code.
SysDateTime (Function)
Returns or modifies the system date (current date and time defined on the current computer).
LastDayOfMonth (Function)
Returns the date of the last day for the specified month.