| |
SysAndroidVersion | Returns information about the Android version used by the application. |
SysBatteryOptimBackground | Used to manage battery optimization: - Identifies the battery optimization mode for the current application.
- Prompts the user to disable battery optimization for a given application on the device.
This function can be used to tell the operating system to stop preventing the application from running in the background. |
SysCacheExternalStorage | Returns the path of directory that will be used to store the data in cache on the external storage space of application. |
SysChangeEnvironment | Modifies the environment variables of the operating system found on the current computer. |
SysChangeScreenResolution | Modifies the resolution of a screen. |
SysColor | Identifies or modifies the color of a Windows element. |
SysColorRes | Returns the resolution of the screen in number of colors. |
SysDetectLockedSession | Detects the change of lock for the Windows session. |
SysDeviceInfo | Retrieves information from the mobile device where the application is run |
SysDir | Returns the path of a system directory. |
SysDirExternalStorage | Returns the path of directory that will be used to store files in the external storage space of Android device. |
SysDirStorageCard | Returns: the list of storage cards found in the current Mobile device. the path of the root directory of the primary external storage area.
|
SysEnvironment | Returns the environment variables of the operating system for the current computer. |
SysErrorMode | Modifies the display mode of errors. |
SysGetDC | Retrieves the DC (Device Context) of a window, control or screen. |
SysGetExtLink | Returns the command linked to an extension. |
SysIconAdd | Adds an icon into the taskbar (bottom right corner of screen). |
SysIconAddImage | Adds an icon that overlays the application icon in the taskbar. |
SysIconBadge | Returns or modifies the value displayed in the badge associated with the icon of an iOS or Universal Windows 10 App application. |
SysIconDelete | Deletes an icon from the taskbar (next to the clock). |
SysIconDeleteImage | Deletes the icon that overlays the application icon in the taskbar. |
SysIconDisplayTooltip | Displays a tooltip for an icon found in the taskbar. |
SysIconize | Used to find out whether a window is minimized. |
SysIconModify | Modifies the icon file and/or the rollover message of an icon in the taskbar (bottom right corner of the screen). |
SysIdentifier | Returns the unique identifier of the current mobile device. |
SysIMEI | Returns the IMEI number of a Smartphone. |
SysInstance | Returns the instance of a module. |
SysIOSVersion | Returns information about the iOS version used by the application. |
SysLinkExtension | Associates an extension (.txt, .avi, etc.) to a default execution program. |
SysListScreen | Returns the list of screens connected to one or more video cards. |
SysListScreenOrientation | Used to find out the possible orientations of a screen on a Mobile Device (Pocket PC). |
SysListScreenResolution | Returns the possible resolutions for a screen. |
SysListVideoCard | Returns the name of the video cards connected to the current computer. |
SysMemoryExternalStorage | Returns the amount of available memory on the external storage area of the device. |
SysMetric | Returns the resolution of a specific element. |
SysNameExe | Returns the name and full path of an application. |
SysNameMainScreen | Returns the name of the main screen for the computer. |
SysNation | Returns the nation currently used by the system. |
SysNbExternalStorage | Returns the number of external storage spaces found on an Android device. |
SysNumberScreen | Returns the number of screens currently connected to the current computer. |
SysPowerStatus | Used to get various information about the battery (main or secondary) of the device on which the application is running. |
SysRecentDocAdd | Adds a file into the list of recently opened documents. |
SysRecentDocList | Returns the list of recently opened documents. |
SysReleaseDC | Frees the current DC (Device Context) retrieved by SysGetDC. |
SysRemovableExternalStorage | Used to find out whether the external storage space corresponds to the moveable memory (SD Card). |
SysScreenOrientation | Used to: - find out the orientation of the screen on the device (Pocket PC, Android, iOS or Universal Windows 10 App phone).
- modify the orientation of the screen on the device (Pocket PC or Android phone).
|
SysScreenRectangle | Returns the coordinates of the display rectangle corresponding to all the screens. |
SysScreenResolution | Returns the resolution of a screen. |
SysSerialNum | Returns the serial number of the current Mobile Device (Pocket PC). |
SysSetFocus | Gives focus to a window or to a control. |
SysShutdown | Stops the system or closes the current Windows session. |
SysSpace | Returns the physical memory space for the current computer. |
SysStandby | Used to: - find out and modify the amount of idle time before standby.
- enable and disable the standby mode.
|
SysStatusExternalStorage | Returns the availability status of the external storage space of the device. |
SysStatusStorageCard | Returns the availability status of the storage card on the device. |
SysTheme | Returns the current theme used on the mobile device. |
SysThumbnailAddButton | Adds a button into the thumbnail of the application in the taskbar. |
SysThumbnailDeleteAll | Deletes all the buttons associated with the thumbnail of the application from the taskbar. |
SysThumbnailDeleteButton | Deletes one of the buttons found in the thumbnail of the application from the taskbar. |
SysThumbnailModifyButton | Modifies one of the buttons found on the application thumbnail in the taskbar. |
SysUnlinkExtension | Deletes the association between an extension and a command that was created by SysLinkExtension. |
SysValidHandle | Checks the validity of a window handle. |
SysVersion | Returns information about the PHP version used on the current server. |
SysWinActive | Returns the handle of the active window or activates a window. |
SysWindowsVersion | Returns information about the Windows version used on the current computer. |
SysWinHandle | Returns the handle of a window identified by its title. |
SysWinShow | Modifies the display status of a window. |
SysWinTitle | Returns the title of a window. |
SysXRes | Returns the horizontal screen resolution. |
SysYRes | Returns the vertical screen resolution. |