ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Source>.Last (Function)
Sets the position on the last record of a table according to a browse item.
<Source>.ReadNext (Function)
Sets the position on the next table record according to a browse item.
<Source>.Next (Function)
Sets the position on the next table record according to a browse item.
<Source>.ReadLast (Function)
Sets the position on the last record of a table according to a browse item.
<Source>.Previous (Function)
Sets the position on the previous record of the table according to a browse item.
Browser code (WLanguage): Framework 2
From version 22, WEBDEV proposes a new WLanguage framework for the browser code...
PagePosition (Function)
Scrolls a page up to position a control in the visible section of the page (top) in the browser.
PageToASP (Function)
Sends the data found in a page currently displayed in the browser to an ASP server.
JSInfoEvent (Function)
Used to handle the JavaScript properties of the browser event that triggered the code execution.
PageToJSP (Function)
Sends the data found in a page currently displayed in the browser to a JSP server.
PageToPHP (Function)
Sends the data found in a page currently displayed in the browser to a PHP server.
HFirst (Function)
Sets the position on the first record of a table according to the specified browse item.
PHPDisplay (Function)
Calls an external PHP script and returns the result page in the current browser window.
ASPDisplay (Function)
Calls an external ASP script and returns the result page in the current browser window.
Favicon: Define the site icon
WEBDEV allows you to easily define the site icon (also called Favicon)......
WDLog: Overview
The different operations that can be performed with WDLog are as follows......
<Source>.First (Function)
Sets the position on the first record of a table according to the specified browse item.
XMLFound (Function)
Checks whether the current element corresponds to the current browse or to the current search.