ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Crosstab report
The report editor allows you to create "Crosstab" reports......
Animating a Static control
Two methods can be used to animate a Static control......
HReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
HNotifListEmailRecipient (Function)
Returns the list of recipients for a notification by email.
BackgroundTaskList (Function)
Returns the list of background tasks for the application.
Parallax effect
"Parallax" effects make it possible to scroll the elements in the interface at different speeds......
<emailIMAPSession variable>.ListFolder (Function)
Returns the list of folders of an IMAP session.
<gglConnection variable>.ListContactByRequest (Function)
Retrieves a list of contacts from custom parameters.
<Connection variable>.ListUser (Function)
Returns the list of users defined for a connection.
HListUser (Function)
Returns the list of users defined for a connection.
<Kanban>.ListIndex (Function)
Returns the index of a list in a Kanban control.
<Kanban>.AddList (Function)
Adds a new list to a Kanban control.
<Kanban>.AddCard (Function)
Adds a card to a list in a Kanban control.
<Kanban list>.ListIndex (Function)
Returns the index of a list in a Kanban control.
<Kanban>.AddCard (Function)
Adds a card to a list in a Kanban control.
KanbanAddList (Function)
Adds a new list to a Kanban control.
KanbanAddCard (Function)
Adds a card to a list in a Kanban control.
KanbanListIndex (Function)
Returns the index of a list in a Kanban control.
<Connection variable>.NotifListEmailRecipient (Function)
Returns the list of recipients for a notification by email.
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......
6. HFSQL Client/Server clusters
6. HFSQL Client/Server cluster
Configure the setup program interface
To make the installation process more user-friendly, the setup wizard allows you to customize the interface of the setup program......
Native Sybase Connector: Output value of a stored procedure run on the server
The Native Sybase Connector (also called Native Sybase Access) is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....