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).
The Word Processing control
The "Word processing" control is an advanced control that allows the end user to create and edit...
2. Listing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 2 - Listing products - 50...
HFSQL constants
List of constants used by the HFSQL functions....
Creating an action plan
The action plans group all actions that will be performed by the software factory....
Changing the window content by swipe
The mobile devices propose several features available via finger movements......
Operators on character strings
The character strings can be handled by specific WLanguage functions...
Extracting the text of the project
The following text can be extracted......
Management errors specific to Native Connectors
When an HFSQL function fails (returns False for example), the corresponding error number...
Comparison operators
The comparison operators can be divided into several categories......
Native Oracle Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native Oracle Connector (also called Native Oracle Access......
Principle for running threads
At runtime, an application runs in a main thread......
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
Brochure of new features: new features of WINDEV Mobile
New features in WINDEV Mobile 28 presented in the New Features brochure....
New Features brochure - Version 28: WINDEV Mobile news
New features in WINDEV Mobile 28 presented in the New Features brochure....
2. Creating files in the analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 2 - Creating files...
2. Creating files in the analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 2 - Creating files...
Deploying an Android application
WINDEV Mobile tutorial: Deploying an Android application 10 min
Creating a report
The report editor allows you to easily create all types of reports via a wizard......
2. My first window
WINDEV Tutorial: WINDEV overview Lesson 2 - My first window - 30 min
Creating requirements
The following steps must be performed to implement the requirements......
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number...
HFSQL in network mode on a server running Windows NT4, 2000, XP or 2003
The access speed to the data in network depends on several parameters (see the section......
hBackupDescription (Type of variable)
The hBackupDescription type is used to programmatically describe an HFSQL Client/Server backup....
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
7. Multilingual applications in practice