ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

FilteredItem (Property)
The FilteredItem property is used to identify the item that has a filter implemented by HFilter.
HDeactivateFilter (Function)
Temporarily disables the filter on a table (view or query).
Filtering a table, a view or a query
A filter is used to define programmatically a selection of records corresponding to one or more criteria...
FilterWithBounds (Property)
The FilterWithBounds property is used to determine if bounds have been specified for the filter implemented by HFilter on an HFSQL table, view or query.
<Source>.DeactivateFilter (Function)
Temporarily disables the filter on a table (view or query).
FilterCondition (Property)
The FilterCondition property gets the selection condition set by HFilter on a table, HFSQL view, or query.
HFilter (Function)
Defines and enables a filter on a table, view or query.
<Source>.Filter (Function)
Defines and enables a filter on a table, view or query.
HNoModif (Function)
Forbids all the modifications on a data file (for all the programs, including the one that requested the no-modification policy).
HReset (Function)
Initializes: one or all variables of file items with their default values. one or all items of a Record variable with their default values....
HDelete (Function)
Deletes a record from a data file (query or view).
<Source>.GetCurrentPosition (Function)
Returns the approximate position of current record in the data file.
zipPassword (Function)
Defines the password used to add files into the specified archive and to extract files from the specified archive (RAR, ZIP and WDZ format).
HRplFilterProcedure (Function)
Defines the WLanguage procedure that will be called whenever a replication operation is performed on a specific file.
Extracting the text of the project
The following text can be extracted......
WDTrans: Overview
WDTrans is a tool for canceling transactions......
Native XML Connector
WINDEV and WEBDEV allow you to import and handle a definition of XML files via the data model editor......
<Source>.Modify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
<Source>.RetrieveItem (Function)
Returns the content of an item found in the current record (in the data file, view, query, ...).
HCheckUnaltered (Function)
Checks whether one or all records in an unalterable data file have not been modified (with an hexadecimal editor for example).
SCM: Working with the Source Code Manager
The principle for working with the Source Code Manager is as follows......
Deploying an application that uses an external component
An application that uses one or more external components is deployed in the same way as a standard application......
HModify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
HDescribeFile (Function)
Describes a data file programmatically.
<Source>.StatCalculate (Function)
Performs various statistical calculations on the file keys.
GesturePointerType (Function)
Returns the type of pointer used on the device: finger, mouse or stylus.
<Connection variable>.SetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
<Source>.Alias (Function)
Creates a logical alias of a data file (or query) or cancels all existing aliases.
WDZip: Handling files in an archive
The compressed files found in an archive can be handled by WDZip......