ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Looper control linked to a data file
A Looper control can be used to display the content of a data file or query...
Linking a Table control to a data file or query
A Table control can be used to display the content of a data file or query...
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....
GDPR: an audit of data
A new GDPR audit is available to easily identify and monitor personal data in a WINDEV, WEBDEV or WINDEV Mobile application......
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
AJAXExecute (Function)
Runs a server procedure without refreshing the page.
Choosing the action associated with a WEBDEV button
Whatever the type of button, it is possible to associate an action with it......
TableListChild (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView Table control.
Choosing the action associated with the link
You can associate an action with the link regardless of the type of link......
Obtaining an SSL certificate for IIS7 (or later)
To get an SSL certificate for IIS 7 (and later), the different steps are as follows:...
TableDeleteWithAnimation (Function)
Deletes a row from a Table control, from a TreeView Table control (or from a table displayed in a Combo Box control) with an animation.
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
2. WEBDEV administrator in practice
HAccelerateSpeed (Function)
Reorganizes the internal structure of the indexes to optimize the speed for accessing the data.
The Edit control
The Edit control allows users to enter data......
HashString (Function)
Calculates the Hash of a character string according to a specific algorithm.
LoadParameter (Function)
Reads a persistent value.
WINDEV, WEBDEV, Android or iOS external component
An external component is a set of WINDEV, WEBDEV or WINDEV Mobile elements......
Native DB2 Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native DB2 Connector......
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
Handling the framesets
The different operations that can be performed on the framesets are as follows......
TableInfoXY (Function)
Returns for a given position in a Table or TreeView Table control (coordinates of a control point): the name of the column displayed for the specified position. the index of the row or column for the specified position....
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
Installing a SOAP server with Netscape iPlanet 4.1
Creating the RAD Pattern project
The steps for creating a RAD pattern are as follows:...
httpRequest (Type of variable)
The httpRequest type is used to retrieve the advanced characteristics of an HTTP/HTTPS request....
Component and SCM
WINDEV, WEBDEV and WINDEV Mobile allow you to easily create and publish components......