ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Table>.ToXML (Function)
Creates an XML file from the data found in a Table or TreeView Table control.
LooperRecNum (Function)
Returns the number of the current record in a Looper control based on a data file.
TableToXML (Function)
Creates an XML file from the data found in a Table or TreeView Table control.
TableRecNum (Function)
Returns the number of the current record in a Table control based on a data file.
ArrayInfo (Function)
Returns the characteristics of an array: type of elements, number of dimensions, dimensions, etc.
DateValid (Function)
Checks the validity of a date between January 01 0001 and December 31 9999.
HBuildKeyValueANSI (Function)
Regardless of the platform used, the data stored in the HFSQL files is in ANSI format.
HActivateFilter (Function)
Enables the filter that was previously created for the specified data file (view or query).
HLast (Function)
Sets the position on the last record of a data file according to a browse item.
Structure of log files (HFSQL Classic)
The following files are automatically created when logging an HFSQL Classic data file......
Easter (Function)
Returns the date of Easter for the specified year according to the western Christian calendar.
<Table>.ToText (Function)
Creates a character string from the data found in a Table or TreeView Table control.
NullSupported (Property)
The NullSupported property is used to manage the NULL value in HFSQL data files.
<Connection variable>.DeleteScheduledOptimization (Function)
Deletes a scheduled optimization task from HFSQL Client/Server data files....
JSON (Type of variable)
The JSON type makes it possible to simplify actions on data in JSON format.
<Source>.Next (Function)
Sets the position on the next data file record according to a browse item.
Functions for managing Dates and Times (prefix syntax)
List of functions for managing dates and times...
Responsive Web Design: Specific UI errors
WEBDEV features UI errors specific to the position of controls in the different slices......
WITH
Factorizes the expression of an element on which several sub-elements or properties are accessed.
Assignment of RETURN
The return value of the process currently run can be assigned...
Telephony constants
List of constants used by telephony functions...
Running the test of the User Groupware and installing it
Help: Summary table
In a WINDEV application, users have multiple help features at their disposal: Tooltip. Status bar. Help window. Advanced tooltip. Help page. HLP file....
Guided Tour
A Guided Tour presents a series of features, displayed in a tooltip in the current window or page......
ReplicSynchro: Overview