ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HGetCurrentPosition (Function)
Returns the approximate position of current record in the data file.
<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>.Password (Function)
Defines the password used to create or open a data file.
<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.
<Connection variable>.ModifyFileProperty (Function)
Modifies the properties of an HFSQL data file located on a server.
gpwGetFileInfo (Function)
Retrieves the directory of the data files found in the User Groupware.
HFilter (Function)
Defines and enables a filter on a data file, view or query.
HAddLink (Function)
Adds an integrity rule between two data files on the server.
HPass (Function)
Defines the password used to create or open a data file.
ConfidenceLevel (Property)
The ConfidenceLevel property gets the confidence level of a data analysis.
HDeleteLink (Function)
Deletes an integrity rule between two data files on the server.
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.
HDeactivateFilter (Function)
Temporarily disables the filter on a data file (view or query).
grStockAddData (Function)
Adds data into a stock chart (candlestick, barcharts or minmax).
xlsColumnType (Function)
Returns the type of data entered in a column of an XLS file.
Formula (Property)
The Formula property describes a formula in a document or data sheet.
<Connection variable>.DeleteLink (Function)
Deletes an integrity rule between two data files on the server.
Running the test of a report
The test of a single report allows you to run the current report in WINDEV, WEBDEV or WINDEV Mobile......
List Box control linked to a data file or to a query
A List Box or Combo Box control can be used to display the content of a data file or query, to allow a user to select a record, for example......
HeightWithAnimation (Property)
The HeightWithAnimation property is used to modify the height of a cell of a Layout control with the "Resize cell" animation defined: in the "Advanced" tab of the project description window ("Control animation" button). in the "Style" tab of the control or project....
Editable reports
The report editor can be used to create form reports, which include different controls allowing users to enter data......