ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HState (Function)
Used to find out the state of a record.
grTitleFont (Function)
Modifies the font used for the chart title.
XMLAddAttribute (Function)
Adds an attribute into an XML document.
XMLAddChild (Function)
Adds a child tag into an XML document.
Android: The different types of notifications
Android proposes several types of notifications to inform the user......
fResourceDir (Function)
Returns the path of the read-only resources of the application.
JWTParameters (Type of Variable)
The JWTParameters type allows you to define all the information necessary to perform JTW authentication.
Creating a .NET assembly from WINDEV
To create a.NET assembly, ......
HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
Toolbar and menu of the SCM
The different options of the SCM can be handled via the SCM toolbar or the options of a specific menu ("SCM" from the main menu of the product used)......
Options displayed in a status bar with multiple cells
In the status bar description window, you can specify the options that will appear in each cell of the status bar......
Server (Property)
The Server property is used to manage the data source of a connection (HFSQL Client/Server, OLE DB, etc.)....
WebserviceParameter (Function)
Gets the value of a parameter in a call to a SOAP or REST Webservice request.
TableEnableFilter (Function)
Implements a user filter on a column found in a Table or TreeView Table control.
grColor (Function)
Returns and initializes the color of different chart elements.
eExchangeRate (Function)
Returns the value of the exchange rate for a currency.
16. Java applications in practice
Java applications in practice...
OOP concepts
A class contains the description of a data structure (members) and the processes (methods) that handle this structure....
HChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
iOS specific buttons
WINDEV Mobile includes several standard Apple buttons......
Native Oracle Connector: Retrieving the output value of a stored procedure
The Native Oracle Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
Table,Add (External language)
Adds an element to a Table control.
dbgCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
TableFormulaAdd (Function)
Adds a calculated row to a Table control by providing custom calculation procedures.
InWindowsMobileMode (Function)
Indicates whether the code is run: from a Windows Mobile application. from a WINDEV application, from a WEBDEV site or from a PHP application. Function kept for backward compatibility....