ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc....
Referring to an element in a WLanguage event / process
Class (Property)
The Class property is used to get the actual type of the class instance handled by an object, variant or dynamic object variable.
MatAdd (Function)
Adds two matrices of same dimensions (same number of rows and same number of columns).
WDDeploy features
WDDeploy is a tool used to easily deploy static or PHP sites......
Native Progress Connector: Programming with HFSQL functions
To use a Progress database with the Native Connector, you must ......
EmailStartNotesSession (Function)
Allows you to access the data handled by the Lotus Notes messaging (emails, contacts, groups of contacts, tasks, appointments).
NetMsgError (Function)
Returns the error message corresponding to the error number returned by NetOpenRemoteAccess and NetCloseRemoteAccess.
Creating a replication
To understand the operating mode of ReplicEdit, we are going to create a replication by using a simple example......
Filtering a data file, a view or a query
A filter is used to define by programming a selection of records corresponding to one or more criteria......
SQL functions that can be used in SQL queries
The following SQL functions can be used on the queries written in SQL code (classified by theme)......
WDMSG license agreement
WDMSG license agreement...
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
Webification
WEBDEV Tutorial - Webifying a WINDEV project Webification - 10 min
Project (External language)
Opens and runs a WINDEV project.
ControlCreate (Function)
Creates a new control (of any type) in a window through programming.
Find out the account that runs the AWP protocol
Characteristics of an indexed control
Characteristics of an indexed control: description, code, ......
SaaS administrator - Managing a client
Managing a SaaS client account is used to......
DeclareWebserviceContext (Function)
Used to declare a list of variables whose value will be persistent between the successive calls to a Webservice.
Editing the CSS style sheet
WEBDEV gives you the ability to manage all the CSS styles used in a project......
ComponentLoad (Function)
Loads an external component. This component can be: an external component present in the current project. an external component independent of the current project....
3. Managing sockets
WINDEV includes advanced socket management functions....
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
KeyPressed (Function)
Checks which key is pressed.