ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

apiRequest (Type of request)
The apiRequest type is used to define all the advanced characteristics of a request executed via a REST web service imported using the OpenAPI documentation.
Creating an application that manages the Euro
The method for creating an application supporting the switch to the Euro is as simple as the method for creating a WINDEV application....
TableDeleteAll (Function)
Deletes all rows from: a Table control populated programmatically, a TreeView Table control populated programmatically, a table displayed in a Combo Box control....
TableSelectMinus (Function)
Deselects a row from a Table or TreeView Table control.
TableColumnIndex (Function)
Returns the index of a column in a Table or Treeview Table control.
StatCorrelation (Function)
Calculates the coefficient of correlation between two series of values.
TreeInsert (Function)
Inserts a leaf into a TreeView control at a specific position.
StatStandardDeviationP (Function)
Calculates the standard deviation for a full series of values.
The indexed controls
A control is an indexed control if it contains several controls with the same name......
CacheSize (Property)
The CacheSize property is used to: Get the maximum number of records that can be stored in the cache of the Native MySQL Connector. Change the maximum number of records that can be stored in the cache of the Native MySQL Connector....
dbgStandardOutput (Function)
Writes an information into the standard output stream "stdout" (also called "console").
Handling incoming or outgoing faxes
To send and receive faxes directly from an WINDEV application or a WEBDEV site, several functions allow you to handle faxes via the fax server available in Windows XP and Windows 2000......
TriState (Property)
The TriState property is used to: Determine if a check box option supports 3 or 2 states. Determine if a TreeView control uses 3-state or 2-state check boxes. Change the type of an option in a check box: option with 3 states or with 2 states....
DeleteParameter (Function)
Deletes a parameter (or a set of parameters) saved either by SaveParameter, or automatically via the persistence of data in the controls.
AnimationGetParameter (Function)
Reads the value of one of the animation parameters defined for an Image or Static control.
Log-based replication
The replication is the operation allowing you to keep updated remote databases of identical structures on which several operations are performed......
JSON (Type of variable)
The JSON type makes it possible to simplify actions on data in JSON format.
Operations performed on activity diagrams
The following paragraphs explain......
drag-and-drop operation set programmatically
The programmed Drag and Drop is used to entirely manage Drag/Drop between the different types of controls......
Project Management Hub: Configuration
All contributors must provide details about their work schedule so that project management tools reflect reality......
OAuth2Parameters (Type of variable)
The OAuth2Parameters type is used to define the information required to authenticate on a web service implementing the OAuth 2.0 standard.
Changing the characteristics of window controls
The characteristics of the controls can be viewed and/or changed in......
hScheduledTask (Type of variable)
The hScheduledTask type is used to manage a scheduled HFSQL Client/Server task through programming......
Lotus Notes constants
List of constants used by the Lotus Notes functions....
Preparing the phone to run the test of an Android application
WINDEV Mobile allows you to develop Android applications. To run the test of these applications on an Android phone, some operations must be performed ......