ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Word Processing>.ToText (Function)
Creates a character string from the data of a Word Processing control.
The framesets
Via the management of framesets, WEBDEV allows you to display several HTML pages in the same browser window......
Composite report
The report editor gives you the ability to create "Composite" reports. In this case, the report includes several sub-reports....
<emailPOP3Session variable>.NbMessage (Function)
Returns the number of incoming messages on the email server (POP3 protocol only).
AppUPDAvailable (Function)
Allows you to find out whether an update is available for the specified application.
Validating a page other than the current page
In some cases, you may have to propose the validation of a page via a button (or a link) found in a different frame......
BuildBrowsingTable (Function)
Creates a Table control from the items of a data file (view or query).
Project comparator
Comparing two windows (two pages, two reports, two classes, ......
Interactive notifications
A notification is a small window that appears at the bottom right of the screen, and that can be viewed at any time in the Windows notification area......
CurrentColumn (Function)
Returns: the index of the current indexed column in a Table control (based on a data file or populated programmatically). the number of the column currently in edit mode in the specified Table control (based on a data file or populated programmatically)....
ODBC driver for HFSQL Classic and for HFSQL Client/Server (Windows)
The ODBC driver for HFSQL Classic (single-user or multi-user) is used to access an HFSQL Classic database from an external database software that supports the accesses by ODBC......
<Chart>.StockAddData (Function)
Adds data into a stock chart (candlestick, barcharts or minmax).
Extracting the text of the project
The following text can be extracted......
<Pivot table>.ToExcel (Function)
Creates an Excel file with data from a Pivot Table control.
<Chart>.StockGetData (Function)
Retrieves a data from a stock chart (candlestick, barcharts or minmax).
<Source>.DeactivateFilter (Function)
Temporarily disables the filter on a data file (view or query).
<Source>.DeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.
<Source>.Filter (Function)
Defines and enables a filter on a data file, view or query.
<Source>.GetCurrentPosition (Function)
Returns the approximate position of current record in the data file.
<Source>.CheckMemo (Function)
Checks the structural integrity of memos in an HFSQL data file.
HDBOpen (Function)
Opens the xBase data file and the "memo" file if it exists.
HDeactivateFilter (Function)
Temporarily disables the filter on a data file (view or query).
HFilterContains (Function)
Defines and enables a "Contains" filter on a data file, view or query.
Displaying a frameset in a WEBDEV site
Displaying a new frameset in a WEBDEV site can be performed according to several methods......
Nesting the framesets
By default, a frameset is used to display several pages in the same window of the browser......