ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HIndex (Function)
Rebuilds the file index (".NDX" file).
<Source>.Index (Function)
Rebuilds the file index (".NDX" file).
HReindexAsynchronous (Function)
Rebuilds the index of an HFSQL Client/Server data file (".NDX" file). This operation is asynchronous, i.e., it is performed on the server and does not block the client side.
This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2.
<HFSQL connection>.ReindexAsynchronous (Function)
Rebuilds the index of an HFSQL Client/Server data file (".NDX" file). This operation is asynchronous, i.e., it is performed on the server and does not block the client side.
This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2.
KanbanDeleteCard (Function)
Deletes a card from a Kanban control or from a Kanban List control.
RegistryExist (Function)
Checks the existence of a key in the Windows registry.
ExecutionMode (Function)
Allows you to: find out and/or modify the behavior of the application or site when some errors...
iGroupConfigure (Function)
Modifies the parameters of a report found in a group of reports.
<Scheduler>.SelectMinus (Function)
Deselects an appointment from a Scheduler control.
<Scheduler>.SelectPlus (Function)
Selects an appointment in a Scheduler control.
<Scheduler>.DeleteAppointment (Function)
Deletes an appointment from a Scheduler control.
Reports & Queries: Unsupported WLanguage functions
Some WLanguage functions are not available in Reports & Queries......
<Organizer>.SelectMinus (Function)
Deselects an appointment from an Organizer control.
<Edit>.DeleteToken (Function)
Deletes a token from a "Text token" Edit control.
<Organizer>.SelectPlus (Function)
Selects an appointment in an Organizer control.
Handling a Multiline Zone control programmatically
...A Multiline Zone control can be handled programmatically using the control name....
WebserviceReadHTTPHeader (Function)
Reads the HTTP header received in a call to a SOAP or REST Webservice.
MinimumLength (Property)
The Property MinimumLength allows you to know and modify the minimum length of an element.
Handling a Linear Looper control through programming
WEBDEV allows you to handle a Linear Looper control through programming....
RadioButtonInsert (Function)
Inserts a new option into a Radio Button control.
HClose (Function)
Closes a data file or all the data files opened by the current user: all the corresponding physical...
TimelineDeleteEvent (Function)
Deletes an event from a TimeLine control.
EditDeleteToken (Function)
Deletes a token from a "Text token" Edit control.
HRestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
Materialized view
Handling an element of a TreeView control programmatically
This help page explains how to handle the elements of a TreeView control either directly or via...
7. Debugger
WINDEV Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
<TreeView Table column>.SearchChild (Function)
Searches for a value in a column of a TreeView Table control, in a specified branch.
HDescribeFullTextIndex (Example)
Usage example of the HDescribeFullTextIndex function