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 margin of the text in the tooltips.
Example
// Restore the aspect of the tooltips found in WINDEV 20 and earlier
ToolTipMargin(0)
Syntax
ToolTipMargin(<Size>)
<Size>: Integer
Size of the margin in pixels. This margin is applied to the 4 sides of the tooltip.
The margin of tooltips is set to 5 pixels by default. Before version 21, the margin of tooltips was equal to 0.
Remarks
  • This function modifies the tooltip margin for all the next tooltips displayed by the application.
  • For a calculation in millimeters or in inches, the conversion unit in set to 96 dpi.
Component: wd290obj.dll
Versión mínima requerida
  • Versión 21
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