AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones de controles
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
Used to find out whether the scrollbar of a control in a WINDEV application is visible.
Example
IF ScrollbarIsVisible(LIST_MyList, sbHorz) THEN
Info("The list is not wide enough.")
END
Syntax
<Result> = ScrollbarIsVisible(<Control used> [, <Orientation>])
<Result>: Boolean
  • True if the scrollbar is visible,
  • False otherwise.
<Control used>: Control name
Name of the control used.
<Orientation>: Optional Integer constant
Orientation of the scrollbar to use:
sbHorzFinds out whether the horizontal scrollbar of the control is visible.
sbVert
(Default value)
Finds out whether the vertical scrollbar of the control is visible.
Component: wd290obj.dll
Versión mínima requerida
  • Versión 21
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 02/10/2023

Señalar un error o enviar una sugerencia | Ayuda local