ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Watermark (Type of variable)
The Watermark type is used to handle the text printed in watermark in the reports created with the report editor or through programming.
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues and suggests improvements......
Image (Property)
The Image property gets and sets the background image of a control or block.
Installing a WEBDEV cluster
A WEBDEV cluster is a set of servers (or server farm)......
grParameter (Function)
Retrieves or modifies a chart parameter.
Changing an application to 64-bit
WINDEV allows you to develop 64-bit applications......
Unavailable functions and properties
Some functions and properties have been removed from WLanguage......
ConfigureSpellCheck (Function)
Configures the spelling checker for the edit controls and for the Table control columns in the whole application.
EmailGetAll (Function)
Retrieves all the emails found on a server.
HBackup (Function)
Makes a backup copy of the content of an HFSQL server: all databases on the server, one or more databases, one or more data files.
Context menu of TreeView controls (AAF)
Each TreeView control found in a window proposes a popup menu to the user......
FTPDateTime (Function)
Returns the different dates and times (creation, modification or access) associated with a file found on an FTP server (File Transfer Protocol).
Scheduler control events
The following events associated with Scheduler controls:...
DateTimeToReal (Function)
Converts a date and time to an 8-byte real.
docElementImage (Type of variable)
The docElementImage type is used to handle the characteristics of an Image element found in a docElement variable.
SQL : ORDER BY clause: Organizing the result of a query
The ORDER BY clause is used to sort the records selected by an SQL query......
WDTestSite: Creating a scenario
To create a scenario, the following elements must be installed on the current computer......
ODBCSQLCode (Property)
ODBCSQLCode is used to: Find out the SQL code of the "query performed on a connection" (data source of report). Modify the SQL code of the "query performed on a connection" (data source of report)....
ODBCConnectionName (Property)
The ODBCConnectionName property is used to: Identify the name of the ODBC connection used when printing a report based on a "query performed on a connection". Specify the name of the ODBC connection used when printing a report based on a "query performed on a connection"....
FinPeriodInterest (Function)
Calculates for a given period the amount of interests due for a loan paid off by fixed periodic payments with a fixed interest rate.
CriticalSectionStart (Function)
Marks the start of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section.
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.
SQLTransaction (Function)
Begins, commits or rolls back a transaction: on the files of a database opened by SQLConnect, on the files of a database opened by a connection (OLE DB or Native Access/Native Connector) described in the data model editor or by HOpenConnection....
Associating an image with the elements of a TreeView control
The different methods for associating an image with the elements of a TreeView control....
grOrigin (Function)
Modifies the start and end marks on one of the chart axes.