ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Detailed use of WINDEV FTP/RPC
12. Control templates
WINDEV Mobile allows you to create control templates....
11. Window templates
WINDEV Mobile allows you to create window templates....
5. Loops
WINDEV Mobile Tutorial - WLanguage basics Lesson 5 - Loops - 15 min
Local procedure
Two types of procedures are available......
WDDeploy features
WDDeploy can be used to......
<Connection variable>.ListGroup (Function)
Returns the list of groups of users defined for a connection.
ListDLL (Function)
Returns: at runtime: the list of libraries (".DLL" files) used by the current WINDEV or WINDEV Mobile application or by the current WEBDEV site. Only the libraries loaded in memory are listed. in test mode: all the libraries installed on the current computer....
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....
<Connection variable>.InfoView (Function)
Returns information about a materialized view.
Using the advanced types
The advanced types (XLS variables, ggl variables, ......
fListDisk (Function)
Returns the list of disks installed on the computer.
jQueryExecute (Function)
Runs a JavaScript method of the jQuery library on a page element.
CurrentColumn (Function)
Returns: the index of the current indexed column in a Table control (based on a data file or populated programmatically). the number of the column currently in edit mode in the specified Table control (based on a data file or populated programmatically)....
Native MariaDB Connector: Requirements and remarks
This page presents the main aspects and requirements of the Native MariaDB Connector......
PageToEmail (Function)
Emails the data found in a page currently displayed in the browser.
<Page>.OpenChild (Function)
Opens a non-modal child window.
HListGroup (Function)
Returns the list of groups of users defined for a connection.
fListDirectory (Function)
Lists the subdirectories of a given directory and returns the full paths of listed subdirectories.
Report based on a variable (Data binding)
A report based on a variable is used to directly print the information found in a WLanguage variable......
NetClientSendMessage (Function)
Sends a message from the server to all the connected client computers. This function is kept for backward compatibility....
HInfoView (Function)
Returns information about a materialized view.
HSetServer (Function)
Used to find out and modify some settings of HFSQL Client/Server server....
Deployment package
The deployment package creates a ZIP file containing the site's setup......
FlexAlignItems (Property)
The Property FlexAlignItems allows you to know and modify the alignment characteristics of the fields inside a row of a Flexbox field according to the secondary axis of the field ( Property 900 corresponding CSS "align-items").