ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Local storage management functions
The following functions are used to manage the local storage of data in browser code....
SysCacheExternalStorage (Function)
Returns the path of directory that will be used to store the data in cache on the external storage space of application.
fCacheDir (Function)
Returns the path of directory that will be used to store the data in cache on the internal storage space of application.
SysDirExternalStorage (Function)
Returns the path of the directory that will be used to store files in the external storage space of the Android device.
LocalStorageGet (Function)
Retrieves a value from the local storage.
LocalStorageAdd (Function)
Adds a value to the local storage.
LocalStorageDelete (Function)
Deletes a value from the local storage.
LocalStorageDeleteAll (Function)
Deletes all the values from the local storage.
LocalStorageValueName (Function)
Returns the name of a value for the local storage.
LocalStorageOccurrence (Function)
Returns the number of values for the local storage.
Storing files in Android
The file system on the devices running Android is divided into two main storage areas......
SysStatusStorageCard (Function)
Returns the availability status of the storage card on the device.
LocalStorageAvailable (Function)
Indicates whether the local storage is available or not for the current browser.
SysStatusExternalStorage (Function)
Returns the availability status of the external storage space of the device.
SysMemoryExternalStorage (Function)
Returns the amount of available memory on the external storage area of the device.
SysDirStorageCard (Function)
Returns the path of the root directory of the primary external storage space.
SysNbExternalStorage (Function)
Returns the number of external storage spaces found on an Android device.
fDriveReady (Function)
Determines: if a given drive (storage card, CD or DVD) is available, whether the drive exists....
SysRemovableExternalStorage (Function)
Used to find out whether the external storage space corresponds to the movable memory (SD Card).
USBDetectRemovableStorage (Function)
Detects whether a removable storage unit (CD, USB key, USB camera, ...) was added or removed.
fDetectRemovableStorage (Function)
Detects whether a removable storage unit (CD, USB key, USB camera, ...) was added or removed.
Manager of automated tests
The test manager is used to......
Handling an automatic test
When an automated test is created, this test is in "construction" by default......
Automated tests of procedures and classes
The automated tests of procedure or class are used to test the different features proposed by the procedure or by the class......
Managing HBase databases
HBase is a non-relational (NoSQL) distributed database, based on columns and using non-structured storage for large tables......