ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Graphic string functions
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 to specify whether or not the text that follows the call to this function is underlined.
Remark: The entire text written after the function is affected.
WINDEVUniversal Windows 10 App In a window, this sequence of characters allows you to use underlined (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
WINDEV
// Display the "WINDEV, IDE #1 in France" title of the next window
NextTitle(gFontUnderlined() + "WINDEV" + gFontUnderlined(False) + ", #1 in France.")
Syntax
<Result> = gFontUnderlined([<Underlined>])
<Result>: Character string
Sequence of characters defining whether the rest of the text must be underlined or not.
WINDEVUniversal Windows 10 App This sequence of characters can be:
<Underlined>: Optional boolean
  • True (by default) if the text that follows gFontUnderlined must be underlined,
  • 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.).
Component: wd290mdl.dll
Minimum version required
  • Version 11
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/19/2022

Send a report | Local help