ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MyParent (Reserved word)
MyParent is used to handle...
fListFile (Function)
Lists the files found in a directory and returns the list of files.
TableAdd (Function)
Adds a row in: a Table control, a TreeView Table control, a Combo Box control "with table" (Table control displayed in a Combo Box control)....
BackgroundTaskAdd (Function)
Adds a new background task.
Image (Property)
The Image property gets and sets the background image of a control or block.
Dashboard constants
Constants used by the functions for managing Dashboard controls...
Automated tests
WINDEV Tutorial - Monitoring the evolution of an application Automated tests - 20 min
HLast (Function)
Sets the position on the last record of a data file according to a browse item.
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
TreeCollapse (Function)
Collapses a branch previously expanded.
ErrorThrow (Function)
Throw a non-fatal error.
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
PageDisplay (Function)
Displays a web page in the user's browser....
Implementing the log process in an application
Regardless of the data files used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these data files......
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
Visible (Property)
The Visible property is used to: Find out whether an element is visible. Make an element visible or invisible....
Nation (Function)
Defines or identifies the display language (captions, messages, ...) used for the windows, pages, reports and controls.
Testing and debugging a WINDEV project on the user computer
WINDEV offers multiple possibilities to test and debug a project directly on the development computer (see Testing and debugging a WINDEV executable on the development computer)......
HDelete (Function)
Deletes a record from a data file (query or view).
DateTimeToReal (Function)
Converts a date and time to an 8-byte real.
Year (Property)
The Year property is used to: Get the year from a Date or DateTime variable or item. Change the year in a Date or DateTime variable or item....
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP).
NextTitle (Function)
Modifies the title of next window to open.
Scheduler control events
The following events associated with Scheduler controls:...
Events associated with the columns (Table control)
List of events associated with the columns of Table controls...