ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Source>.ReadLast (Function)
Sets the position on the last record of a table according to a browse item.
<Source>.ReadSeekLast (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).
<Source>.Forward (Function)
Moves several records forward from the current position in the table, according to a specified item.
Polygon2D (Variable type)
The Polygon2D type is used to define all the advanced characteristics of a 2D polygon.
<Source>.Backward (Function)
Moves backward several records from the current position in the table, according to a specified item.
HFilter (Function)
Defines and enables a filter on a table, view or query.
<Source>.ReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
<Source>.SeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
<Source>.DeactivateFilter (Function)
Temporarily disables the filter on a data file (view or query).
<Source>.Filter (Function)
Defines and enables a filter on a data file, view or query.
Month (Property)
The Month property is used to: Retrieve the month from a Date or DateTime variable. Modify the month in a Date or DateTime variable. Retrieve the month from a Date item (in "Simple date" or "Date and Time" format) Modify the month in a Date item (in "Simple Date" or "Date and Time" format)...
Name (Property)
The Name property is used to get: the name of the font associated with a Font variable. the name of a control, report or report block. the name of a control, group of controls or window. the name of a control, group of controls or page....
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.
HBackward (Function)
Moves backward several records from the current position in the data file, according to a specified item.
HForward (Function)
Moves several records forward from the current position in the data file, according to a specified item.
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse 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).