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 Spreadsheet control: Available formulas
At run time, in the Spreadsheet control, the end user directly enters the calculation formulas......
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
GglFillCalendar (Function)
Fills a calendar that was retrieved beforehand: the events corresponding to the calendar...
HDBDescribeIndex (Function)
Describes through programming the different index files that will be created.
XMLExecuteXPath (Example)
Usage example of the XMLExecuteXPath function
OrientationTitle (Property)
The OrientationTitle property is used to: Find out if the title of an Table control column...
WINDEV Mobile 2024 Tutorial - Table of contents
FOR ALL/FOR EACH statement (browse of strings)
The FOR EACH statement is used to browse strings according to different methods...
Keywords (Property)
The Keywords property is used to get and modify the keywords associated with a page.
TableInputInProgress (Function)
Indicates whether a Table or TreeView Table control is currently in edit.
Appendix 2: Checking the server
Bloque entièrement ou partiellement un fichier externe....
BrowsedItem (Property)
The BrowsedItem property is used to: Get the item used to automatically loop through Table,...
2. Layouts: Managing menus
WEBDEV Tutorial - WEBDEV layouts Lesson 2 - Layouts: Managing menus - 30 min
4. Simple printing
WINDEV Tutorial: WINDEV application: Managing data Lesson 4 - Simple printing - 20 min
RTFToText (Function)
Returns the text without the formatting characteristics specific to the RTF format.
EmailSend (Function)
Sends an email via the SMTP protocol while controlling the "buffer" of the email.
FTP constants
List of constants used by the FTP functions....
HBackward (Function)
Moves backward several records from the current position in the data file, according to a specified...
HForward (Function)
Moves several records forward from the current position in the data file, according to a specified...
Environment of the project editor
The main elements of the project editor are as follows:
fDir (Function)
Finds a file or directory.
Handling character strings
WINDEV, WINDEV Mobile and WEBDEV allow you to perform different types of operations on character...
Lower (Function)
Converts all characters in a string to lowercase according to the region settings defined...
HClose (Function)
Closes a data file or all the data files opened by the current user: all the corresponding physical...
Handling a TreeView control through programming
WINDEV and WEBDEV allow you to handle a TreeView control programmatically......