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).
Defining a help window template
WINDEV allows you to create help window templates......
Item Description (Type of variable)
An Item Description variable is used to describe one or more items in a data file programmatically.
Unavailable functions and properties
Some functions and properties have been removed from WLanguage......
Characteristics of a Looper control in a window
To display the control characteristics, select "Description" in the context menu of control......
Organization chart linked to a data file
Upper (Function)
Converts all characters in a string to uppercase according to the region settings defined...
WDZip: Overview
WDZip is used to compress and group your files in archives......
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
Manipulating Combo Box controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically manipulate Combo Box controls......
WDOptimizer: Optimizing indices
WDOptimizer includes multiple modes to optimize indices......
Preparing the phone to run the test of an Android application
WINDEV Mobile allows you to develop Android applications. To run the test of these applications...
Managing the calendars (Android/iOS)
WINDEV Mobile allows you to easily access the calendars and appointments found on the phones...
Cleaning the project
After months or years of development and maintenance, the directory of your project often contains...
AJAXExecute (Function)
Runs a server procedure without refreshing the page.
Native SQLite Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQLite...
Aliases on data files: HAlias
The aliases are used to handle......
Starting WDOptimizer in a command line
Environment of the window editor
The main elements of window editor are as follows:
Environment of the report editor
Environment of the report editor...
BrowsedFile (Property)
The BrowsedFile property gets and sets the data source used to display records in controls based...
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows......
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element...
The "Code hashtags" pane
Control constants
List of constants used by the functions for managing controls...
SocketConnect (Function)
Connects a client computer to a given socket.