ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Native MariaDB Connector: Requirements and remarks
This page presents the main aspects and requirements of the Native MariaDB Connector......
<Source>.PrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
DisplayLongText (External language)
Displays a long text in a text control in Pascal and in C.
LCommand (External language)
Returns the command line passed in parameter to the executable program.
PageRefresh (Function)
Refreshes a page displayed in the user's browser from the context on the server....
Deep links to mobile applications
Deep linking allows you to redirect the user to specific content in a mobile application (rather than in a browser) when they click on a link in a web page or in an email......
1. Project and analysis
Handling List Box controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle List Box controls....
ERR_MISSING_PAGE
Analysis: Import files into the analysis (external database, HFSQL files, etc.)
WINDEV and WEBDEV allow you to easily handle external databases (Oracle, SQL Server, Access, etc....
jQueryExecute (Function)
Runs a JavaScript method of the jQuery library on a page element.
3. Application development cycle
Development cycle of a WINDEV application....
UI compilation errors
UI compilation errors indicate the possible problems detected in your interfaces whenever a window, a page or a report is saved or whenever the project is recompiled......
BrowserHeight (Function)
Returns the height (in pixels) of the client area where the page is displayed.
BrowserOpen (Function)
Opens a web page identified by its URL in a new browser.
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
Managing the styles
The help editor allows you to define styles of paragraphs......
Description (Property)
The Description property is used to get and change the page description.
BrowserWidth (Function)
Returns the width (in pixels) of the client area where the page is displayed.
JSMethod (Function)
Used to run a JavaScript method on an element found in the current page.
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......
PageFooter (Property)
The PageFooter property gets and sets the height of a page footer.
<Page>.Refresh (Function)
Refreshes a page displayed in the user's browser from the context on the server....
Handling a Wire control through programming
WINDEV allows you to handle a Wire control by programming......
Log-based replication: Programming the log-based replication in WLanguage
Several WLangage functions allow you to include log-based replication in your application and to customize it......