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).
HFSQL Control Center: Overview
The HFSQL Control Center is used to manage the different HFSQL databases (Network, Mobile,...
WDLog: Viewing a log file
WDLog is used to view the content of a log file......
Project anomalies: dead code and orphan elements
...WINDEV, WEBDEV and WINDEV Mobile allow you to easily detect these "dead codes" and "orphan"...
Welcome to WINDEV, WEBDEV and WINDEV Mobile
The home page allows you to easily perform the operations for creating and opening projects......
sfSearchResult (Type of variable)
The sfSearchResult type is used to find out the result of SFSearch...
SNMPLoadMIB (Function)
Loads a MIB file in memory and analyzes it.
HBuildKeyValue (Example)
Usage example of the HBuildKeyValue function
Break in a Table control
A break in a Table control is used to group the data corresponding to one or more arguments......
Translating programming messages
When developing a multilingual application, you can translate the different messages displayed...
XMLElementType (Function)
Returns the type of current element (tag or attribute).
SocketConnectSSL (Function)
Used to establish a secure connection to an SSL server.
HTML Editor control constants
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile....
The key items
Keys are specific items in your analysis......
SpreadsheetSortSelection (Function)
Sorts the values selected in a Spreadsheet control.
EmailSeekFirst (Function)
Finds one or more emails according to the criteria specified in the messaging software (Outlook,...
XMLExtractString (Function)
Extracts the content of a tag found in an XML document.
XMLElementName (Function)
Returns the name of current element (tag or attribute).
Types associated with the Word processing
WINDEV and WEBDEV propose several types of variables allowing you to handle Word Processing...
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
AppointmentList (Function)
Lists the appointments found on the mobile device (Android/iOS) and corresponding to the specified...
XMLData (Function)
Returns the value of current element (tag or XML attribute) or the value of one of its attributes.
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....
Constants for managing character strings
List of constants used by string management functions...
11. Table/Looper controls
Table/Looper controls can be used to display a set of information......
Looper control linked to a data file
A Looper control can be used to display the content of a data file or query......