ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ControlEnabled (Function)
Enables a control or a group of controls in a window. An animation can be set on the controls during this operation.
TableMode (Function)
TableMode is kept for backward compatibility.
Configuring the "fax server" computer
WINDEV and WEBDEV allow you to manage faxes via the system fax server, available in Windows XP and Windows 2000......
9. Overlaying controls
Programming the browsing Looper controls
These are the main concepts for programming Looper controls based on a data file......
Handling controls in a window
The different operations that can be performed on the window controls are as follows......
Table control populated programmatically: WLanguage
Here is an overview of how to handle Table controls populated programmatically in WLanguage....
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.
<Chart>.SeriesSecondaryAxis (Function)
Defines whether a series will be drawn on the secondary axis.
<Chart>.InfoXY (Function)
Returns information about the series found at a specific chart point.
Count (Property)
The Count property returns the number of elements in a given set.
StatAverage (Function)
Calculates the arithmetic, geometric or harmonic mean for a series of values.
<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.
ControlInvisible (Function)
Makes a control (or a group of controls) invisible in a window. An animation can be set on the controls during this operation.
Warning (Function)
Displays a custom message in a system warning window.
Python functions
The Python functions are as follows......
PythonAddPath (Function)
Adds the path to a directory or the path to the virtual environment to search for Python modules.
NoSpace (Function)
Returns a string after removing the spaces: from the left and right side of the initial string. within the string....
PythonExecute (Function)
Executes a function present in a Python module.
Enqueue (Function)
Adds an element to the queue.
Push (Function)
Pushes an element onto the stack.
4. WINDEV and telephony
WINDEV allows you to easily manage incoming and outgoing phone calls via the WLanguage phone functions....
Installing a Webservice (old format)