ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

PageRefresh (Function)
Refreshes a page displayed in the user's browser from the context on the server....
jQueryExecute (Function)
Runs a JavaScript method of the jQuery library on a page element.
BrowserWidth (Function)
Returns the width (in pixels) of the client area where the page is displayed.
BrowserHeight (Function)
Returns the height (in pixels) of the client area where the page is displayed.
PageFooter (Property)
The PageFooter property gets and sets the height of a page footer.
Description (Property)
The Description property is used to get and change the page description.
<Page>.Refresh (Function)
Refreshes a page displayed in the user's browser from the context on the server....
BrowserOpen (Function)
Opens a web page identified by its URL in a new browser.
WHelp (Function)
Displays a file or a help page in HLP or CHM format.
9. Overlaying controls
8. Traffic statistics of dynamic sites
Validating a page from a control that has no action on the server (List Box control, Combo Box, etc.)
By default, the validation of a page must be performed by a "Send the values of controls to the server (Submit)" button......
Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages......
Responsive Web Design: Tips
The Responsive Web Design was used in your pages but you still encounter some lock points......
Programming Table controls based on a data file
This page explains how to program Table controls based on a data file......
Native MariaDB Connector: Requirements and remarks
This page presents the main aspects and requirements of the Native MariaDB Connector......
ControlExist (Function)
Checks the existence of a control (or group of controls) in a window, in a page or in a report.
Binding a Combo Box control to an item
Refreshing the page data
In a dynamic WEBDEV site, the page data is refreshed during a user action......
IntegerToMonthInAlpha (Function)
Returns the name of the month that corresponds to the specified date (this date is an integer).
IntegerToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date (this date is an integer).
Project compilation: Warning, Error, Information, Programming standard...
When developing a project, the project is compiled on a regular basis....
Handling an Action Bar through programming
An Action Bar can be handled through programming. To do so, use the variable corresponding to the Action Bar in the code....
Various WEBDEV constants
Various WEBDEV constants...
Handling an Image Editor control through programming
WINDEV allows you to handle an Image Editor control through programming......