ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Spreadsheet report
The report editor allows you to create "Spreadsheet" reports......
HLinkMemo (Example)
Usage example of the HLinkMemo function
HCreateView (Example)
Usage example of the HCreateView function
HSubstDir (Example)
Usage example of the HSubstDir function
Properties associated with infinite Progress Bar controls
An infinite Progress Bar control can be handled in a window by the following WLanguage properties......
6. Procedures
WINDEV Tutorial - WLanguage basics Lesson 6 - Procedures - 20 min
DateTimeValid (Function)
Checks the validity of a date/time between January 01, 0001 at 0 hours 0 minutes 0 seconds 0 hundredths of a second and December 31, 9999 at 23 hours 59 minutes 59 seconds 99 hundredths of a second....
8. Windows in practice
Discover the main actions that can be performed on the windows....
DateToString (Function)
Converts: a date to a string in the specified format. a date time to a string in the specified format....
Instantiation of an object
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
How to choose the data source of a control?
This help page presents the different data sources available for a control....
Programming by preset action
Preset actions allow you to define the code of an event in a single click, without having to write one single line of code......
zipFileSize (Example)
Usage example of the zipFileSize function
Native XML Connector
WINDEV and WEBDEV allow you to import and handle a definition of XML files via the data model editor......
WindowFromSource (Function)
Automatically initializes the controls of a window with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
3. Preparing the setup program
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 3 - Preparing the setup program - 5 min...
ServiceModify (Function)
Modifies the configuration of a service according to the information given in the members of the Service variable.
DashAddWidget (Function)
Adds and displays a widget (internal window) in a Dashboard control.
ScrollbarPosition (Function)
Used to manage the position of scrollbars: Modifies or retrieves the position of one of the horizontal or vertical scrollbars found in a control of a WINDEV or WINDEV Mobile application. Retrieves the position of one of the horizontal or vertical scrollbars found in a control of a WEBDEV site....
System popup menu
The system popup menus are managed by the system (Android, Windows, ......
NbPrintedRec (Property)
The NbPrintedRec property is used to determine the number of records already printed.
Events associated with Progress Bar controls
List of events associated with the Progress Bar controls...
HAdd (Example)
Usage example of the HAdd function
FTPConnect (Example)
Usage example of the FTPConnect function
HExtractMemo (Example)
Usage example of the HExtractMemo function