ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Windows functions / System functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Returns the physical memory space for the current computer.
WEBDEV - Server code Returns the physical memory space for the server.
AndroidAndroid Widget This function can only be used to determine the free space or the total space on the memory card (primary external storage zone).
Example
// Find out the physical memory space
ResMemorySpace = SysSpace()
Syntax
<Result> = SysSpace([<Type of memory>])
<Result>: Integer
Desired space (in bytes) on the current computer (or server).
AndroidAndroid Widget SysSpace returns 0 if the memory card is not detected or if it does not show up.
Remark: SysSpace returns an 8-byte integer if the desired size is greater than 2 GB.
<Type of memory>: Optional integer constant
Type of memory to return:
sysFreeProgramSpaceUnused physical memory space.
AndroidAndroid Widget This constant is not available.
sysFreeStorageSpaceAvailable storage space
WINDEVWEBDEV - Server code This constant is not available.
sysProgramSpace
(Default value)
Physical memory space.
AndroidAndroid Widget This constant is not available.
sysStorageSpaceSpace used for storage
WINDEVWEBDEV - Server code This constant is not available.
Component: wd290std.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help