ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Search in current code
When coding, developers often need to do a quick search in the current code
Project Management Hub: Presentation
The Project Management Hub is used to organize and schedule a project, from design to delivery...
ListSeek (Function)
Searches for an element in:
  • a List Box control,
  • WINDEVJava a ListView control,
  • a Combo Box control,
  • Versions 2026 and later
    AndroidiPhone/iPad a Wheel control.
    Note: This control is only available from version 2026 - Update 2.
    Subscription-exclusive new feature
    AndroidiPhone/iPad a Wheel control.
    Note: This control is only available from version 2026 - Update 2.
    New in version 2026
    AndroidiPhone/iPad a Wheel control.
    Note: This control is only available from version 2026 - Update 2.
    AndroidiPhone/iPad a Wheel control.
    Note: This control is only available from version 2026 - Update 2.
TableSearchChild (Function)
Searches for a value in a column of a TreeView Table control, in a specified branch.
<TreeView Table column>.SearchChild (Function)
Searches for a value in a column of a TreeView Table control, in a specified branch.
TableSearchEverywhere (Function)
Searches for a value in all the columns of the following controls:
  • Table control,
  • TreeView Table control,
  • Table control displayed in a Combo Box control.
<Table>.SearchEverywhere (Function)
Searches for a value in all the columns of the following controls:
  • Table control,
  • TreeView Table control,
  • Table control displayed in a Combo Box control.
<Source>.Seek (Function)
Sets the position on the first record of the data file whose value for a specific item is greater than or equal to a search value (generic search by default).
Compound statements
HDescribeItem (Example)
Usage example of the HDescribeItem function
2. Managing a database
WEBDEV Tutorial: My first WEBDEV website Lesson 2 - Managing a database - 30 min
NullIfEmpty (Property)
The NullIfEmpty property is used to: Find out whether the value returned by the control is NULL...
HSetMemo (Function)
Used to modify the management mode of memo items.
HReadSeekFirst (Example)
Usage example of the HReadSeekFirst function
XMLParentName (Function)
Returns the name of parent tag for the current element (tag or attribute).
Browser constants
11. Table/Looper controls
HHistoryModification (Function)
Returns the modifications performed on one or more items of a given record. The result can...
MaxValue (Property)
The MaxValue property is used to: get and set the top value of a report based on a data file....
MinValue (Property)
The MinValue property is used to: get and set the bottom value of a report based on a data...
Managing rights on HFSQL Client/Server
To ensure data security and confidentiality, some actions may be restricted to a group of users......
Project dashboard
The project dashboard provides an overall view of project status via different widgets.......
Break in a Looper control
A break in a Looper control is used to group the data corresponding to one or more arguments......
MemNext (Function)
Positions on the next element of a memory zone and returns the value of this element.
HCreateView (Example)
Usage example of the HCreateView function
General environment of WINDEV
MemPrevious (Function)
Positions on the element found before the current element of a memory zone and returns the value...
Collapsing/Expanding a TreeView control through programming
...To collapse/expand a TreeView control through programming, ......
NullableIndex (Property)
The NullIableIndex property determines if a key item supports the "Null" value.
11. Table/Looper controls
Live Data: viewing data in the editors
The "Live Data" is used to view the content of the data files in the controls currently created...
WDAdminHF: Managing a database
The remote HFSQL administrator proposes a full management of the HFSQL Client/Server databases......
Handling Word Processing controls programmatically
Word Processing controls can be handled programmatically......