AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones de cadenas gráficas
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
Builds a sequence of characters to specify whether or not the text that follows the call to this function is underlined.
Note All text written following function is assigned.
WINDEVAndroidiPhone/iPadIOS WidgetMac Catalyst In a window, this sequence of characters allows you to use underlined (or normal) text:
  • in an element of a List Box or Combo Box control.
  • in the title bar and/or status bar of a window.
  • in a Static Text control.
Ejemplo
WINDEV
// Display the "WINDEV, IDE #1 in France" title of the next window
NextTitle(gFontUnderlined() + "WINDEV" + gFontUnderlined(False) + ", #1 in France.")
Sintaxis
<Result> = gFontUnderlined([<Underlined>])
<Result>: Character string
Sequence of characters defining whether the rest of the text must be underlined or not.
WINDEVAndroidiPhone/iPadIOS WidgetMac Catalyst This sequence of characters can be:
WEBDEV - Código Servidor This sequence of characters is not interpreted by the controls in WEBDEV. This function can be used to format the string returned by a WEBDEV web service consumed by a WINDEV or WINDEV Mobile application.
<Underlined>: Optional boolean
  • True (by default) if the text that follows gFontUnderlined must be underlined,
  • False otherwise.
Observaciones
  • The default font is restored after the call to the gFontXXX functions.
  • All the other characteristics of the font are kept (italics, etc.).
  • Android If the "underline" attribute is enabled in the style of the element to which the graphic string is assigned, a call to gFontUnderlined with <Underlined> set to False will not allow you to disable this attribute.
Componente: wd300mdl.dll
Versión mínima requerida
  • Versión 11
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 27/03/2025

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