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).
2. Variables
WINDEV Tutorial: WLanguage basics Lesson 2 - Variables - 20 min
Native Progress Connector: Specific features and remarks
Remarks and specific features of Native Progress Connector......
fDirAttribute (Function)
Returns or modifies the attributes of a directory.
The Pager control
The Pager control is used to quickly access the records of a Table or Looper control displayed...
FTPListFile (Function)
Lists the files (and/or the directories) found in a directory of an FTP server and returns...
Creating an automatic help
The Automatic Application Features (AAF) allow you to add features to your application without...
AJAXExecuteAsynchronous (Function)
Runs a server procedure without refreshing the page.
HReadFirst (Function)
Sets the position on the first record according to a browse item.
HFConf.Ini file
The HFConf.INI file is found at server root. This file is used to define several characteristics...
LooperSave (Function)
Validates the modification or addition of the record associated with the current row in the Looper...
gStoredValueEnable (Function)
Allows (or not) retrieving the value defined by gStoredValue in a List Box or a Combo Box control.
Constants for managing Table, Treeview Table, Looper and List Box controls
List of constants used by the functions for managing Table, TreeView Table, Looper and List Box...
HPrevious (Function)
Positions on the previous file record according to a browse item.
Project image gallery
The project image gallery allows viewing all the images of a project in a single click......
Project elements
The project includes windows, reports, queries, help files, sets of procedures, ......
gLinkActivate (Function)
Allows (or not) retrieving the value defined by gLink in a List Box or a Combo Box control....
Choosing the type of link
WEBDEV proposes several types of links according to the action of link on the page controls......
FTPAttribute (Function)
Identifies the attributes of a file found on an FTP server (File Transfer Protocol).
TableListChild (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView Table...
The Tab control
The Tab control is used to simultaneously display different controls......
HNext (Function)
Sets the position on the next data file record according to a browse item.
Using .NET assemblies in a project
To use .NET assemblies in a project......
WDTRAD
WDTRAD is a tool for entering the translation of messages associated with a WINDEV, WEBDEV...
Code snippets
The code editor allows you to enter "Code snippets"......
Configuring an existing project for the SCM
Some operations are required before an existing project can be used by the Source Code Manager......