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
Modifies the maximum width of tooltips.
Example
// Width of tooltips set to 300 pixels
TooltipMaxWidth(300)
 
// Display large tooltips
TooltipMaxWidth(1280)
Syntax
TooltipMaxWidth(<Width>)
<Width>: Integer
New maximum width of tooltip in pixels.
This width is set to 640 by default. This width cannot be less than 100.
Remark: In version 21, the maximum width of tooltips was set to 300 pixels.
Remarks
This function configures both standard and custom tooltips.
Component: wd290obj.dll
Versión mínima requerida
  • Versión 22
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

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