ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
  • Limits
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
The FontStrikeOut property is used to:
  • Determine if the text is struck through.
  • Apply strikethrough formatting (or not) to the text displayed in a control.
WEBDEV - Server codeiPhone/iPad This property is available for report controls only.
Example
// Apply strikethrough formatting to the text displayed in "STC_StaticControl"
STC_StaticControl.FontStrikeOut = True
Syntax

Determining if the text displayed in a control is struck through Hide the details

<Result> = <Control used>.FontStrikeOut
<Result>: Boolean
  • True if the text is struck through,
  • False otherwise.
<Control used>: Control name
Name of the control to be used.

Applying strikethrough formatting (or not) to the text displayed in a control Hide the details

<Control used>.FontStrikeOut = <Struck/Not struck>
<Control used>: Control name
Name of the control to be used.
<Struck/Not struck>: Boolean
  • True if the text must be struck through,
  • False otherwise.
Remarks

Limits

WINDEVWEBDEV - Server codeReports and QueriesUniversal Windows 10 AppiPhone/iPad In a report, the FontStrikeOut property can only be used on:
  • a Static control.
  • a Calculated control.
  • a URL Link control.
  • a Preset control.
In a window, the FontStrikeOut property cannot be used on:
  • a Spin control,
  • WINDEV a Web Camera control,
  • WINDEV a Conference control.
Remark: This property applies to the "ListView" controls in "List Box" display mode only.
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 11/03/2022

Send a report | Local help