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 Hidden is used to:
  • Determine if a control in a report is hidden.
  • Redact or blur a control in a report.
Remarks:
  • Redactions and blur effects are taken into account regardless of the print mode used (PDF, Report viewer, etc.).
  • By default, the blur level is set to 100%. This value can be set with the BlurLevel property.
Example
STC_CaptionTitleReport.BlurLevel = 50
STC_CaptionTitleReport.Hidden = Blur
Syntax

Determine if a control in a report is hidden. Hide the details

<Result> = <Control to use>.TABOrder
<Result>: Integer constant
Mode used to hide the control:
BlurThe control is blurred.
LinuxiPhone/iPad Not available.
FalseThe control is not hidden.
RedactionThe control is replaced by a black rectangle.
<Control to use>: Control name
Name of the control in the report.

Redact or blur a control in a report Hide the details

<Control to use>.TABOrder = <Hide mode>
<Control to use>: Control name
Name of the control in the report.
<Hide mode>: Integer constant
Mode used to hide the control:
BlurThe control is blurred.
LinuxiPhone/iPad Not available.
FalseThe control is not hidden.
RedactionThe control is replaced by a black rectangle.
Minimum version required
  • Version 27
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 02/22/2023

Send a report | Local help