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.
<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).
<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.
Browsing the HFSQL data files
or the search......
HTMLFindElementByName (Function)
Searches for elements whose "name" attribute matches a specific value in an HTML document...
HTMLFindElementByID (Function)
Searches for the element whose "ID" attribute matches a specific value in an HTML document...
HTMLFindElementByClass (Function)
Searches for elements whose "class" attribute matches a specific value in an HTML document...
<Source>.BuildKeyValue (Function)
Builds the value of a composite key to implement a filter (HFilter) or to perform a search...
ActionBarSearchVisible (Function)
Allows you to get and change the visibility status of the search control associated with the Action...
TableSearch (Function)
Performs a search in: a Table control, a TreeView Table control, a table displayed...
HBuildKeyValue (Function)
Builds the value of a composite key to implement a filter (HFilter) or to perform a search...
HReadSeek (Function)
... to a sought value (generic search).
<Source>.ReadSeek (Function)
... to a sought value (generic search).
PDFReaderSeekFirst (Function)
Initializes the search for a text in a PDF file displayed by the PDF Reader control and positions...
ExtractStringBetween (Function)
search for substrings between two given separators in a character string....
<String type>.ExtractString (Function)
search for substrings in a string based on a specified string separator....
<PDF Reader>.SeekFirst (Function)
Initializes the search for a text in a PDF file displayed by the PDF Reader control and positions...
ExtractString (Function)
search for substrings in a string based on a specified string separator....
Composite keys
A composite key is a key item containing several other items......
ControlFindHighlight (Function)
Highlights, in a window or control, all the captions and texts corresponding to a given text.
CaseSensitive (Property)
The CaseSensitive property is used to determine if the different searches performed on the item...
HSeek (Function)
... than or equal to a sought value (generic search by default).
AccentSensitive (Property)
... in the different searches performed on the item (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
The "Find - Replace" pane
The "Find - Replace" pane is used to......
1
2
3
4
5
6
24
>