ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ERR_DISCONNECTED_TIMEOUT
RedisPipelineGet (Function)
Retrieves the result of the execution of a Redis command that was added by RedisPipelineAdd.
RedisPipelineReset (Function)
Ignores the results of the execution of a Redis command that was added by RedisPipelineAdd.
<Table>.FixColumn (Function)
Fixes a column to the left or frees a column fixed to the left.
TableFixColumn (Function)
Fixes a column to the left or frees a column fixed to the left.
ArcTan2 (Function)
Returns the arc tangent 2 of the values passed in parameter.
SysReleaseDC (Function)
Frees the current DC (Device Context) retrieved by SysGetDC.
SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
<redisConnection>.PipelineGet (Function)
Retrieves the result of the execution of a Redis command that was added by RedisPipelineAdd.
<redisConnection>.PipelineReset (Function)
Ignores the results of the execution of a Redis command that was added by RedisPipelineAdd.
Summary table: Installing an application developed in WINDEV
When developing an application, one of the important steps consists in deploying this application on the user computers......
Obtaining an SSL certificate for IIS7 (or later)
To get an SSL certificate for IIS 7 (and later), the different steps are as follows:...
The different types of sites
WEBDEV enables you to create static sites and/or dynamic sites......
Setup in MSI format
You have the ability to create a setup program in MSI standard......
The Bar Code control
The Bar Code control displays bar codes in your windows, pages or reports......
Query editor
The query editor is used to automatically create queries on the data files......
ERR_BAD_URL
WEBDEV Application Server 2024
Native SQL Server Connector for WINDEV and WEBDEV 2024
JSON
JSON (JavaScript Object Notation) if a light format for exchanging data......
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
11. Popup page
FilePath (Property)
The FilePath property gets: the name of the xlsx file associated with a Spreadsheet control. the name of the file associated with an Image Editor control. the name of the PDF file associated with a PDF Reader control. the name of the DOCX file associated with a Word Processing control. the name of the wddiag file associated with a Diagram Editor control....
Automatic documentation of external components
External components must include a technical documentation......
Native Oracle Connector for WINDEV and WEBDEV