ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / Properties associated with reports and controls
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 BlurLevel property gets and sets the percentage of blur applied to a control in a report.
Remark: By default, the blur level is set to 100%.
Example
STC_CaptionTitleReport.BlurLevel = 30
STC_CaptionTitleReport.Hidden = Blur
Syntax

Getting the blur level of a hidden control Hide the details

<Result> = <Control to use>.BlurLevel
<Result>: Integer
Percentage of blur applied to the control. This percentage will be applied only if the Hidden property of the control corresponds to the Blur constant.
<Control to use>: Control name
Name of the control in the report.

Setting the blur level of a hidden control Hide the details

<Control to use>.BlurLevel = <Blur>
<Control to use>: Control name
Name of the control in the report.
<Blur>: Integer
Percentage of blur applied to the control. This percentage will be applied only if the Hidden property of the control corresponds to the Blur constant.
Minimum version required
  • Version 27
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help