ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Provider (Property)
The Provider property is used to manage the type of a connection (HFSQL Client/Server, OLE DB, etc.)....
<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).
Invalid input management functions
Invalid input management functions...
<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.
gpwGetFileInfo (Function)
Retrieves the directory of the data files found in the User Groupware.
HDBCreation (Function)
Ends the description of the structure of an xBase data file through programming.
HDBOpen (Function)
Opens the xBase data file and the "memo" file if it exists.
<Chart>.StockAddData (Function)
Adds data into a stock chart (candlestick, barcharts or minmax).
EncryptStandard (Function)
Encrypts a character string or a binary buffer by using a symmetrical encryption algorithm (AES, DES, etc.)
DecryptStandard (Function)
Decrypts a message that was encrypted with a symmetrical encryption algorithm (AES, DES, etc.).
ControlAlias (Function)
Gets, modifies or restores the data binding to a control or group of controls.
BuildBrowsingTable (Function)
Creates a Table control from the items of a data file (view or query).
DateTimeValid (Function)
Checks the validity of a date/time between January 01, 0001 at 0 hours 0 minutes 0 seconds 0 hundredths of a second and December 31, 9999 at 23 hours 59 minutes 59 seconds 99 hundredths of a second....
MVP overview: Model - View - Presenter
MVP is the acronym for MODEL - VIEW - PRESENTER......
Universal replication
The purpose of universal replication is to keep several databases synchronized......
HAccelerateSpeed (Function)
Reorganizes the internal structure of the indexes to optimize the speed for accessing the data.
grColumnAggregation (Function)
Defines the algorithm for aggregating data in a grouped or stacked Column chart.
RegistryListValue (Function)
Returns the name (and possibly the type) of values for a key found in the registry.
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
The charts
To include charts in your applications or in your sites, WINDEV, WEBDEV and WINDEV Mobile include......