ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

PageExist (Function)
Checks whether the specified page is currently displayed in the browser of the Web user. Used to find out whether a page is displayed in a frame other than the current one.
PageBorderVisible (Property)
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....
NbLabel (Property)
The NbLabel property is used to: Find out the number of labels printed across the page width. Modify the number of labels printed across the page width....
Note (Property)
The Note property is used to: Find out the notes associated with a control, a window, a page or a report. Modify the notes associated with a control, a window a page or a report....
Image control properties
The Image controls include properties that can be handled in WLanguage both in the windows and pages but also in the reports......
Configuring the Apache server (1.3.x and 2.0.x)
WEBDEV Development: Configuring the Apache 1.3.x or 2.0.x server for the CGI protocol and for the WEBDEV sites....
Responsive Web Design: Tips
The Responsive Web Design was used in your pages but you still encounter some lock points......
Migrating a WEBDEV site to PHP
To migrate a WEBDEV site to PHP......
<HTML Display control>.ControlValue (Function)
Used to identify or modify a control in an HTML form contained in an HTML Display control.
The "Context-sensitive code view" pane
The "Context-sensitive code view" pane allows you to view and edit the code of the element (window, page, report, control, etc....
HTMLBefore (Property)
The HTMLBefore property gets and changes the HTML code added before the control.
HTMLAfter (Property)
The HTMLAfter property gets and sets the HTML code inserted after the control.
The Progress Bar control
The Progress Bar control is used to follow the progress of an event......
The Looper control: Custom synchronization
How to manage the synchronization between: the page displayed in the browser. This page contains a Looper control that displays the records found in an HFSQL file. the corresponding page context found on the server....
The Bar Code control
The Bar Code control displays bar codes in your windows, pages or reports......
Defining a unique name for the generated file
When generating a file on the Web server (PDF, HTML, ......