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).
Native xBase/FoxPro Connector
WINDEV and WEBDEV propose a Native xBase/FoxPro Connector (or Native xBase/FoxPro Access) module......
Printing in Linux
WEBDEV and WINDEV allow you to print to PDF in Linux using WLanguage functions......
3. Layouts
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 3 - Window orientation...
1. WEBDEV environment
WEBDEV Tutorial: WEBDEV overview Lesson 1 - WEBDEV environment - 5 min
3. Editing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 3 - Editing products - 50...
2. Development
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 2 - Development - 30 min
Container column in a Table control
A cell found in a Table control can contain a set of controls......
Performance profiler
The performance profiler (also called Profiler) is used to check and optimize the execution time...
Native Oracle Connector: Specific features and remarks
Remarks and specific features of the Native Oracle Connector...
HFSQL Client/Server: Configuring the server
Creating the Relation pages of a WEBDEV RAD pattern
Procedure (Type of variable)
The Procedure type is used to handle: the procedures or methods found in the project....
Reintegrating text into a project
All the text form the translation file can be reintegrated into a project......
Log-based replication: Programming the log-based replication in WLanguage
Several WLangage functions allow you to include log-based replication in your application...
HIndex (Function)
Rebuilds the file index (".NDX" file).
Multilingual project
New Features brochure - Version 27: New WINDEV features
New features in WINDEV 27 presented in the New Features brochure....
Creating the Relation windows of a WINDEV RAD pattern
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues...
Managing the HFSQL servers
The HFSQL Control Center allows you to fully manage HFSQL servers......
SQL selection conditions
To specify the selection conditions in an SQL query, you can use......
Table control based on a data file
A Table control based on a data file is a control whose columns are bound to the items of a data...
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file...
1. Application overview
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 1 - Application overview...
2. Examples provided with WINDEV
The examples provided with WINDEV are intended to help you learn the features of WINDEV....