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).
Creating and handling an item
The main operations that can be performed on an item are as follows......
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
ControlAlias (Function)
Gets, modifies or restores the data binding to a control or group of controls.
HRead (Function)
Reads a record in a file according to a given record number.
MCI constants
List of constants used by the MCI functions....
1. Project audits
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 1 - Project audits - 15 min
2. WEBDEV administrator in practice
SQL functions that can be used in SQL queries
The following SQL functions can be used on the queries written in SQL code (classified by theme)......
1. Creating windows to add and edit data
WINDEV Tutorial: WINDEV application: Managing data Lesson 1 - Creating windows to add and edit data...
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:...
UUID (Type of variable)
The UUID type is used to easily manage: UUIDs or GUIDs, automatic UUID HFSQL identifiers,...
Create the help system in WINDEV, WEBDEV or WINDEV Mobile
These are the main steps to create a help file (HTML, CHM or PDF)......
Remote WEBDEV administrator: Server parameters
The server administrator can define the server parameters via the remote administration tool......
Native SQL Server Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQL Server...
StoredItem (Property)
The StoredItem property is used to: Find out the stored item or the stored variable of a Table,...
WDOptimizer: Overview
The different operations that can be performed with WDOptimizer are as follows......
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
Toolbar and menu of the SCM
The different options of the SCM can be handled via the SCM toolbar or the options of a specific...
Business rules
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the business rules......
1. Project audits
WINDEV Tutorial: Optimizing a project Lesson 1 - Project audits - 15 min
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes....
How to choose the data source of a control?
This help page presents the different data sources available for a control....
14. Managing the "Back" button in practice
Managing the application language through programming
A multilingual application is an application that can be distributed in several languages......
Handling a Tab control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Tab control through programming......