ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SourceFromPage (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
<Source>.FromPage (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
Anchoring in a page
In a page, the anchors define how the content of a page will behave when the page is enlarged by the Web user....
Page contexts
In a Windows application, the information relative to a window is stored with the window......
Responsive Web Design: Tips
The Responsive Web Design was used in your pages but you still encounter some lock points......
HTMLEditorInsert (Function)
Inserts text or HTML code at the cursor position in an HTML Editor control.
<HTML editor>.Insert (Function)
Inserts text or HTML code at the cursor position in an HTML Editor control.
Migrating a WEBDEV site to PHP
To migrate a WEBDEV site to PHP......
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....
Error 102: The constants can be defined in the initialization code of project, ...
The Button control
The Button control allows the user or the Web user to run a specific action with a simple click......
Defining a unique name for the generated file
When generating a file on the Web server (PDF, HTML, ......
<HTML Display control>.ControlValue (Function)
Used to identify or modify a control in an HTML form contained in an HTML Display control.
HTMLBefore (Property)
The HTMLBefore property gets and changes the HTML code added before the control.
ContextClose (Function)
Closes a page context.
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....
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....
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......
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....
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....
Custom style sheet
When creating a project, a blank custom style sheet is created and associated with the current project......
Page constants
List of constants used by page functions....
HTMLFindElementByClass (Function)
Searches for elements whose "class" attribute matches a specific value in an HTML document (or in an HTML node).
The Progress Bar control
The Progress Bar control is used to follow the progress of an event......