ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

RedisExecuteCommand (Function)
Executes a command on a Redis server and retrieves the result.
RGB (Function)
Defines a color from its Red, Green and Blue components.
RedisGet (Function)
Gets the value of a key from a Redis server as a string.
<redisConnection>.Get (Function)
Gets the value of a key from a Redis server as a string.
<redisConnection>.ExecuteCommand (Function)
Executes a command on a Redis server and retrieves the result.
HTTPCancelForm (Function)
Cancels the declaration of an HTTP form and frees all its resources.
Integrating a WEBDEV site into a WINDEV application
By integrating a website into a window in a desktop application, you can share existing elements and boost productivity......
Zoom (Property)
The Zoom property gets or sets the zoom value: in an Image control. in a Map control. in an Organization Chart control. in a Table, TreeView Table, Pivot Table, Spreadsheet or List Box control. in a Word Processing control. in a PDF Reader control. in a Camera control. in a Diagram Editor control; in a window....
WEBDEV: Native AS/400 Connector for PHP
WEBDEV allows you to create Internet or Intranet sites, in native mode or in PHP......
The Peeling Corner control
The "Peeling Corner" control is used to create a visual effect in a page by presenting an image partially covered by another one......
ERR_DISCONNECTED_TIMEOUT
ArcTan2 (Function)
Returns the arc tangent 2 of the values passed in parameter.
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.
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......
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......
Obtaining an SSL certificate for IIS7 (or later)
To get an SSL certificate for IIS 7 (and later), the different steps are as follows:...