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.
ScreenFirst (Function)
Defines the next control that will be in edit in the current window.
TableAddChild (Function)
Adds a row into a TreeView Table control, at the end of a given hierarchy level.
KanbanDeleteList (Function)
Deletes a list from a Kanban control.
TableDeleteChild (Function)
Deletes all child rows from a branch of the hierarchy.
GesturePointerType (Function)
Returns the type of pointer used on the device: finger, mouse or stylus.
ControlAlias (Function)
Gets, modifies or restores the data binding to a control or group of controls.
WDInst: Installing an HFSQL Client/Server application
When creating the setup program of a WINDEV application that uses HFSQL Client/Server data files,...
Installing an HFSQL Client/Server server with an application
When creating the setup program of a WINDEV application using HFSQL Client/Server data files,...
gToRetrieve (Function)
Describes the text value to display and to return when retrieving the value of an element found...
HSavePosition (Function)
Stores the current file context: current record, filter, pointers.
RegistryValueType (Function)
Returns the type of value found in the registry.
TableInsertChild (Function)
Inserts a row into a TreeView Table control, in a given hierarchy level.
DashResizeWidget (Function)
Changes the dimensions of a widget found in a Dashboard control.
DashMoveWidget (Function)
Changes the position of a widget found in a Dashboard control.
3. Dates, arrays and structures
WINDEV Tutorial: WLanguage basics Lesson 3 - Dates, arrays and structures - 20 min
HFSQL Control Center: Managing scheduled elements
You have the ability to define scheduled elements on the HFSQL server....
Kanban control events
The following events are associated with Kanban controls......
ChangeCharset (Function)
Retrieves and/or changes the character set used: by all the screen fonts....
Native SQL Server Connector: Programming with SQL functions
The SQL functions can be used to handle the SQL Server database......
SchedulerDeleteAppointment (Function)
Deletes an appointment from a Scheduler control.
CookieRead (Function)
Retrieves the value of a cookie saved on the computer of Web user.
MemRetrieve (Function)
Retrieves the return value of an element found in a memory zone.
HDBDescribeFile (Function)
Describes a file in dBase3 format (most common format) through programming.
The SMS structure
The SMS structure is a preset structure of WLanguage (no declaration is required)......
Handling Scheduler controls programmatically
A Scheduler control can be......