ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Windows functions / System functions
  • Name of screens
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
SysNumberScreen (Function)
In french: SysNombreEcran
Returns the number of screens currently connected to the current computer.
Example
// Return the number of connected screens
Info(SysNumberScreen())
Syntax
<Result> = SysNumberScreen()
<Result>: Integer
Number of screens currently connected.
Remarks
WINDEVReports and QueriesWindowsUser code (UMC)

Name of screens

The list of screen names is returned by SysListScreen.
Related Examples:
The system functions (screens) Unit examples (WINDEV): The system functions (screens)
[ + ] Using the SysXxx functions on the screens in order to get various information:
- Retrieve the number of screens installed on the computer
- Retrieve the graphic cards installed on the computer
- Change the resolution of a screen
- ...
Business / UI classification: Business Logic
Component: wd290std.dll
See also
Minimum version required
  • Version 12
This page is also available for…
Comments
QUANTIDADE MONITORES
EDT_QUANTIDADE_MONITOR = SysNumberScreen()

// AQUI ESTOU COLOCANDO A QUANTIDADE DE MONITORES
// HERE I AM PLACING THE QUANTITY OF MONITORS
// AQUÍ ESTÉ COLOCANDO LA CANTIDAD DE MONITORES

// BLOG COM VIDEO E EXEMPLO


http://windevdesenvolvimento.blogspot.com.br/2017/08/aula-1233-windev-monitor-001-quantidade.html

https://www.youtube.com/watch?v=wTXXVam7RB8
De matos
07 Aug. 2017
Exemplo Monitores
Exemplo Monitores

ListAdd(LIST_videos,"Lista Videos/Monitores")
ListAdd(LIST_videos,SysListScreen())
ListAdd(LIST_videos,"Lista Nome Videos/Monitores")
ListAdd(LIST_videos,SysListVideoCard())
EDT_videos="Numero de Monitores:"+SysNumberScreen()


//Blog com Video e Exemplo
http://windevdesenvolvimento.blogspot.com.br/2016/08/curso-windev-funcoes-exe-windows-010.html
https://www.youtube.com/watch?v=RadRtt3BR_k

De matos AMARILDO
21 Aug. 2016

Last update: 06/22/2023

Send a report | Local help