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 PageBorderVisible property is used to:
  • determine if the page borders are displayed in a Diagram Editor control.
  • show or hide the page borders in a Diagram Editor control.
Remark: When printing the diagram, these borders allow you to clearly view the different pages needed for the print job. You can set the page size with:
  • the "PageLayout" property of the Diagram Editor control,
  • the "PageLayout" property of the variable of type Diagram.
Example
// Displays the page borders and gridlines
DIAGEDT_Diagram.PageBorderVisible = True
DIAGEDT_Diagram.GridlinesVisible = True
Syntax

Determining if the page borders are displayed Hide the details

<Result> = <Diagram Editor control>.PageBorderVisible
<Result>: Boolean
  • True if the page borders are displayed,
  • False otherwise.
<Diagram Editor control>: Control name
Name of the Diagram Editor control used.

Showing or hiding the page borders Hide the details

<Diagram Editor control>.PageBorderVisible = <Display>
<Diagram Editor control>: Control name
Name of the Diagram Editor control used.
<Display>: Boolean
  • True to make the page borders visible,
  • False otherwise.
Minimum version required
  • Version 27
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 08/29/2022

Send a report | Local help