ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HRegenerateFile (Function)
Regenerates a data file from its log.
ArcTan (Function)
Returns the arc tangent of a numeric value (integer or real).
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....
Constants for manging the replication
List of constants used by the functions for managing the replication....
Image control in a window
This help page presents the characteristics of an Image control found in a window...
Importing styles from a WordPress theme with WEBDEV
WordPress offers numerous templates to create original websites...
StrikeOut (Property)
The StrikeOut property is used to: Determine whether the strikethrough formatting is applied to a Font variable. Apply strikethrough formatting to a Font variable....
HOpenConnection (Example)
Usage example of the HOpenConnection function
WEBDEV 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
sfDeletedRecord (Type of variable)
The sfSeekDeletedResult type is used to find out the characteristics of a deleted record that was retrieved by SFSeekDeleted...
LDAP constants
List of constants used by the LDAP functions....
DocInsertTable (Function)
Inserts a table into a Word Processing document.
ContactList (Function)
Lists the device contacts corresponding to the specified criteria.
HReadSeekFirst (Example)
Usage example of the HReadSeekFirst function
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
grColumnAggregation (Function)
Defines the algorithm for aggregating data in a grouped or stacked Column chart.
Report with parameters
When printing a report, you have the ability to pass parameters to this report......
HSeek (Function)
Positions on the first record of the data file whose value for a specific item is greater than or equal to a sought value (generic search by default).
Seek (Function)
Searches for the index of an element in a WLanguage array.
Native MariaDB Connector: Programming with HFSQL functions
To use a MariaDB database with Native Connector, the structure of MariaDB tables must be imported into the WINDEV or WEBDEV analysis......
Native MySQL Connector: Programming with HFSQL functions
To use a MySQL database with the Native Connector (or Native Access), import the structure of MySQL tables into the WINDEV or WEBDEV analysis......
ShortcutKey (Property)
The ShortcutKey property gets and sets the keyboard shortcut associated with a control.
CtCacheSize (Property)
The CtCacheSize property is used to determine and change the maximum number of records that can be stored in the cache of the Native MySQL Connector.
ExceptionChangeParameter (Function)
Configures the automatic behavior that will be implemented if an exception occurs in the current process.
TableAdd (Function)
Adds a row in: a Table control, a TreeView Table control, a Combo Box control "with table" (Table control displayed in a Combo Box control)....