ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

NetClientSendMessage (Function)
Sends a message from the server to all the connected client computers. This function is kept for backward compatibility....
<Connection variable>.NotifDeleteCCRecipient (Function)
Deletes the recipients of a notification sent via the Control Centers (WDBal messaging tool).
ListInfoXY (Function)
Returns the index of the row (or image) at a given position in a List Box or ListView control.
DriveRename (Function)
Renomme un fichier ou un répertoire sur un disque distant.
<List Box>.InfoXY (Function)
Returns the index of the row (or image) at a given position in a List Box or ListView control.
ListMoveLine (Function)
Moves a row or swaps two rows in a List Box or Combo Box control.
<List Box>.MoveLine (Function)
Moves a row or swaps two rows in a List Box or Combo Box control.
iPageWidth (Function)
Calculates the width (in millimeters) of the printable page while taking the left or right margins into account.
H.VisibleAutoIndexing (Variable)
Indicates whether the indexing window must be displayed during the automatic reindexing of HFSQL tables.
EmailStatus (Function)
Returns the status of an email sent via an SMTP session started in asynchronous mode.
HListConnectedUser (Function)
Lists users currently connected to one or more tables handled by a Client/Server connection....
gStoredValueEnable (Function)
Allows (or not) retrieving the value defined by gStoredValue in a List Box or a Combo Box control.
<Source>.ListLink (Function)
Returns the list of links (Merise) in the current database schema or in a specific database schema.
<List Box>.Sort (Function)
Sorts the elements in a List Box, ListView or Combo Box control populated programmatically.
ListModify (Function)
Modifies an element in a List Box, ListView or Combo Box control populated programmatically.
StatError (Function)
Returns the error number for the last error caused by a Statxxx function (statistical functions).
<List Box>.Delete (Function)
Deletes an element from a List Box, ListView or Combo Box control populated programmatically.
<List Box>.SelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box control.
HFSQL views
An HFSQL view corresponds to a "memory image" of an HFSQL table......
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
WiFiDeleteNetwork (Function)
Deletes a network from the list of Wi-Fi networks configured on the device.
NdxEncryption (Property)
The NdxEncryption property sets the encryption method of the index file (.NDX) associated with a table.
OpenAPIToHTTP (Function)
Builds the HTTP request to call a function of an API. It can then be sent using HTTPSend.