ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Client application: Running procedures on a SOAP server
WINDEV include several SOAP functions...
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
DateValid (Function)
Checks the validity of a date between January 01 0001 and December 31 9999.
1. Project audits
WINDEV Tutorial: Optimizing a project Lesson 1 - Project audits - 15 min
HImportHF55 (Function)
Imports a Hyper File 5.5 file into an HFSQL Classic file.
HExtractMemo (Example)
Usage example of the HExtractMemo function
sysNotification (Type of variable)
The sysNotification type is used to define all the advanced characteristics of an interactive system notification.
HAdd (Function)
Adds: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
Printing in Linux
WEBDEV and WINDEV allow you to print to PDF in Linux using WLanguage functions......
iConfigureReport (Function)
Configures the printer by opening the configuration window (WINDEV and WINDEV Mobile).
Dialog (Function)
Displays a message box and returns the value of the button clicked by the user.
SysIconModify (Function)
Modifies the icon file and/or the hover text of the icon in the taskbar (lower-right corner of the screen)....
<Connection variable>.FileExist (Function)
Finds out if a file exists, i.e. if it has been physically created (HCreation or HCreationIfNotFound).
docElementImage (Type of variable)
The docElementImage type is used to handle the characteristics of an Image element found in a docElement variable.
WinChangeLayout (Function)
Applies a specific layout to: a window. an internal window....
EmailMessageLength (Function)
Calculates the size of specified message (without loading the message).
NetClientMessageBox (Example)
Usage example of the NetClientMessageBox function
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
HReadFirst (Function)
Sets the position on the first record according to a browse item.
EventCreate (Function)
Creates an event.
Constants used by the the functions for managing the HFSQL Cluster
Wait (Function)
Temporarily stops the program execution.
NumberColumn (Property)
The NumberColumn property is used to: Get the number of columns in Table, Check Box, Radio Button controls, etc.. Set the number of columns in a multi-column List Box control....
SemaphoreCreate (Function)
Creates a semaphore.