ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HErrorPassword (Function)
After the execution of a read or write function in a data file, used to find out whether an error caused by a wrong password occurred on this data file.
Automatic assisted universal replication
The automatic assisted replication is used to easily implement a replication on an existing application......
Replication server for the assisted universal replication
The assisted universal replication can use a replication server......
Organization chart linked to a data file
TreeView control linked to a data file
You have the ability to create TreeView controls directly linked to the data....
Sunburst chart
The Sunburst chart is a Pie chart containing several levels of hierarchical data......
How to create an SQL query with a calculation formula?
This help page explains how to create a query with a calculation formula with the query editor....
ViewName (Property)
The ViewName property is used to: find out the name of the HFSQL view, data source of a report modify the name of the HFSQL view, data source of a report....
HCopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record. the content of the Record variable to the current data file record....
<Destination>.CopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record. the content of the Record variable to the current data file record....
<Chart>.AddData (Function)
Adds a data into a chart.
grGetData (Function)
Retrieves a data from a chart.
<Chart>.GetData (Function)
Retrieves a data from a chart.
<Source>.Open (Function)
Opens a data file.
DDEUpdate (Function)
Modifies a linked data.
HOpen (Function)
Opens a data file.
grAddData (Function)
Adds a data into a chart.
iPrintAreaHTML (Function)
Pritns a text in HTML format in a rectangular area.
DocToHTML (Function)
Converts a Word Processing document into an HTML file.
HTMLInsertBefore (Function)
Adds a node before the specified node in an HTML document.
HTMLInsertAfter (Function)
Adds a node after the specified node in an HTML document.
HTMLRemove (Function)
Removes the specified node and its descendants in an HTML document.
HTMLSave (Function)
Saves the content of an htmlDocument variable to an HTML file.
HTMLEditorSelect (Function)
Selects a text fragment in an HTML Editor control.
RGBToHTML (Function)
Returns the HTML color corresponding to the RGB color.