ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HNext (Function)
Sets the position on the next data file record according to a browse item.
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.
<Table>.ToXML (Function)
Creates an XML file from the data found in a Table or TreeView Table control.
<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.
Structure of log files (HFSQL Classic)
The following files are automatically created when logging an HFSQL Classic data file......
<Source>.Next (Function)
Sets the position on the next data file record according to a browse item.
Item Description (Type of variable)
An Item Description variable is used to describe one or more items in a data file programmatically.
Unicode in character strings
UNICODE is an encoding system that assigns a unique number to each character....
LooperModifyLine (Function)
Changes the values of the attributes in a row of a Looper control based on a data file or populated programmatically.
ReplicSynchro: Overview
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)....
Filter (Property)
The Filter property is used to identify and change the filter applied to records in: Table controls based on a data file, browsing TreeView Table controls, browsing List Box controls, Combo Box controls based on a data file, browsing Looper controls....
FileToScreen (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)....
<Source>.ToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL 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)....
PageFromSource (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL 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)....
Conceptual Data Model (CDM)
In the MERISE methodology, the conceptual data model defines the objects and the actions that must be taken into account in the database......
Client/Server: Connecting the client computers to the server
In order for the application to be able to handle the data files found on the HFSQL server, the connection that will be used by the application must be defined in the project......
The "Pie", "Donut" or "Semi-circular" charts
Several types of charts belong to the same family......
HDescribeFullTextIndex (Function)
Describes a full-text index of data file created through programming.
NewRecord (Property)
The NewRecord property is used to determine if the record is a new record or if it comes from the data file.
JSONExecute (Function)
Calls a server URL that returns data in JSON format (JavaScript Object Notation).