ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
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 Word Processing control ruler lets you view and modify document tabs and margins.
Example
// Affichage des règles
TT_MonDoc.RègleVisible = 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 the 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: 09/21/2024

Send a report | Local help