|
|
|
|
|
gFontStrikeout (Function) In french: gPoliceBarrée 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.
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. <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
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|