ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / Properties associated with windows, pages 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 RuleVisible property is used to:
  • Find out whether the rulers are visible or invisible in a Word Processing control.
  • Make the rulers visible or invisible in a Word Processing control.
Reminder: The ruler in a Word Processing control is used to see and modify the tabulations and margins in the document.
Example
// Display the rulers
WP_MyDoc.RuleVisible = True
Syntax

Finding out whether the rulers are visible or invisible Hide the details

<Result> = <Word Processing control>.RuleVisible
<Result>: Boolean
  • True if the rulers are visible in the control,
  • False otherwise.
<Word Processing control>: Control name
Name of Word Processing control used.

Making the rulers visible or invisible Hide the details

<Word Processing control>.RuleVisible = <Visible/Invisible>
<Word Processing control>: Control name
Name of Word Processing control used.
<Visible/Invisible>: Boolean
  • True if the rulers must be visible,
  • False otherwise.
Minimum version required
  • Version 22
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help