AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones de cadenas gráficas
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
Builds a sequence of characters used to specify whether the text that follows the call to this function is crossed out or not.
Remark: The entire text written after the function is affected.
WINDEVUniversal Windows 10 AppiPhone/iPadIOS WidgetMac Catalyst In a window, this sequence of characters allows you to use strikethrough (or normal) text:
  • in an element found in a List Box or Combo Box control.
  • in the title bar and/or status bar of a window.
  • in a Static control.
Example
// Display the "WINDEV, IDE #1 (not 2) in France" title of next window
NextTitle("WINDEV, AGL #" + gFontStrikeout() + "2" + gFontStrikeout(False) + "1 in France.")
Syntax
<Result> = gFontStrikeout([<Line-through>])
<Result>: Character string
Sequence of characters defining whether the rest of the text must be crossed out or not.
WINDEVUniversal Windows 10 AppiPhone/iPadIOS WidgetMac Catalyst This sequence of characters can be:
WEBDEV - Server code 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 Webservice consumed by a WINDEV or WINDEV Mobile application.
<Line-through>: Optional boolean
  • True (by default) if the text that follows gFontStrikeout must be crossed out,
  • False otherwise.
Remarks
  • The default font is restored after the call to the gFontXXX functions.
  • All the other characteristics of the font are kept (italics, etc.).
Business / UI classification: Neutral code
Component: wd290mdl.dll
Versión mínima requerida
  • Versión 24
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