ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Controls, pages and windows / Graphic string functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
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.
Note All text written after the function is assigned.
WINDEV In a window, this sequence of characters allows you to use strikethrough (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.
Example
// Affichage du titre "WINDEV, AGL n°1 (pas 2) en France." de la prochaine fenêtre
NextTitle("WINDEV, AGL n°" + gFontStrikeout() + "2" + gFontStrikeout(False) + "1 en 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.
WINDEV This sequence of characters can be:
<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: wd300mdl.dll
Minimum version required
  • Version 24
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help