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.
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).
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.
sysFreeStorageSpaceAvailable storage space
sysProgramSpace
(Default value)
Physical memory space.
sysStorageSpaceSpace used for storage
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