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.
PageToPHP (Function)
Sends the data found in a page currently displayed in the browser to a PHP server.
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.
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.
HReadLast (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......
HReadNext (Function)
Sets the position on the next data file record according to a browse item.
<Table>.ToText (Function)
Creates a character string from the data found in a Table or TreeView Table control.
PageToJSP (Function)
Sends the data found in a page currently displayed in the browser to a JSP server.
<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.
HNext (Function)
Sets the position on the next data file record according to a browse item.
<Source>.Next (Function)
Sets the position on the next data file record according to a browse item.
Anchoring controls in a report
The anchors are used to define the behavior of controls during a resize operation......
20. Control templates
Unicode in character strings
UNICODE is an encoding system that assigns a unique number to each character....
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data......
ReplicSynchro: Use
ReplicAdmin: Overview
<Window>.FromFile (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
ReplicSynchro: Overview