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.
LocalStorageDelete (Function)
Deletes a value from the local storage.
LocalStorageGet (Function)
Retrieves a value from the local storage.
LocalStorageDeleteAll (Function)
Deletes all the values from the local storage.
LocalStorageAdd (Function)
Adds a value to the local storage.
Storing files in Android
The file system on the devices running Android is divided into two main storage areas......
LocalStorageValueName (Function)
Returns the name of a value for the local storage.
LocalStorageOccurrence (Function)
Returns the number of values for the local storage.
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.
Project Management Hub: Managing the schedule
The project contributors can manage their tasks directly from the schedule or from the task list......
Requirement
To manage the project development lifecycle, the Project Management Hub allows you to set requirements......
12. Managing tasks
The Project Management Hub allows the project contributors to manage their task schedule....
Project Management Hub: Managing tasks
The Project Management Hub allows you to define the different tasks assigned to each project contributor......