ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HChangeKey (Function)
Changes the browse item.
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
HNext (Function)
Sets the position on the next data file record according to a browse item.
HAdd (Function)
Adds: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
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.
DocDelete (Function)
Deletes an element from a document. This element is deleted from its associated document.
FlexAlignSelf (Property)
The Property FlexAlignSelf allows you to know and modify the alignment and vertical anchoring of the field in the row of the Flexbox field ( Property corresponding CSS "align-self").
Handling a TreeMap through programming (prefix syntax)
WINDEV allows you manipulate a TreeMap control through programming....
WINDEV, WEBDEV and WINDEV Mobile tools
The following tools are provided with WINDEV, WEBDEV and WINDEV Mobile...
TableMode (Function)
TableMode is kept for backward compatibility.
Creating a WINDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
Events associated with internal windows
List of events associated with internal windows...
Checked (Property)
The Checked property gets and sets the checkmark state of an element.
Describing the report blocks
The different characteristics of a block can be viewed and/or modified in the description window of this block......
Image with automatic scroll (WEBDEV) (prefix syntax)
Image controls with automatic sequence are used to view a series of images located in one or more site directories. The images are automatically browsed....
RibbonEndExpandedMode (Function)
Collpases a collapsed ribbon that is temporily expanded.
<TreeView>.InfoXY (Function)
Returns the TreeView element found at a given position.
<Kanban>.Filter (Function)
Displays only cards that match the specified filter.
HFilter (Function)
Defines and enables a filter on a data file, view or query.
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.