ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The Kanban control
Originally, Kanban is a Japanese method aimed at improving processes for a better, more efficient production cycle....
HOnError (Function)
Customizes the management of HFSQL errors.
HDescribeFile (Function)
Describes a table programmatically.
HBackward (Function)
Moves backward several records from the current position in the table, according to a specified item.
HDeactivateFilter (Function)
Temporarily disables the filter on a table (view or query).
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
HReadLast (Function)
Sets the position on the last record of a table according to a browse item.
HForward (Function)
Moves several records forward from the current position in the table, according to a specified item.
HReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
Compiling and testing the help system
It is necessary to compile the help to create a file based on the information entered in the help editor......
Including JavaScript files or a Web resource
WEBDEV allows you to include Javascript files or external resources in a WEBDEV project......
HOptimize (Function)
Used to handle the idle periods of a software (period without processes) to optimize the queries and the browses that will be run thereafter.
HFound (Function)
Checks whether the current record corresponds to the current filter or search.
HReadFirst (Function)
Positions on the first file record according to a browse item.
HFilterContains (Function)
Defines and enables a "Contains" filter on a table, view or query.
HReadNext (Function)
Sets the position on the next table record according to a browse item.
HOut (Function)
Used to find out whether the record on which you want to be positioned is located outside the data file, filter, view or query.