ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Telephony: Managing the incoming calls
The management of the incoming calls is performed in a specific "thread"....
MaxValue (Property)
The MaxValue property is used to: get and set the top value of a report based on a data file. get the maximum value of the current filter. get the maximum value of a data series in a chart. get and set the maximum value for some types of controls....
MinValue (Property)
The MinValue property is used to: get and set the bottom value of a report based on a data file. get the minimum value of the current filter. get the minimum value of a data series in a chart. get and set the minimum value for some types of controls....
How to associate an image with an element found in a TreeView Table?
This help page explains how to customize the default image associated with the elements found in a TreeView Table....
HListParameter (Function)
Returns the list of parameters saved from the stored procedures on the server.
VariableReset (Function)
Resets the variable to its initial value.
MyReport (Reserved word)
MyReport is used to handle the current report...
EmailNbMessage (Function)
Returns the number of incoming messages currently found: on the email server (POP3 protocol only). in the Outlook messaging software....
Constants for managing animations
List of constants used by the functions for managing the animations...
fListDisk (Function)
Returns the list of disks installed on the computer.
StoredValue (Property)
The StoredValue property is used to get the value currently stored by: a row in a List Box, ListView or Combo Box control. a "Text token" Edit control. a row of a Table control. an input suggestion in an Edit control (if the suggestion is selected)....
ControlPane (Function)
Returns the name of static or dynamic pane found in a Tab control associated with a control.
XMLRoot (Function)
Positions on the root tag of an XML document.
Error 117: The array has X dimensions and you access it with Y dimensions
ProjectInfo (Function)
Returns specific information about the project currently run.
zipNbPart (Function)
Returns the number of sub-archives (parts) found in an archive in CAB, RAR, ZIP, WDZ, 7z, TAR or TGZ (TAR.GZ) format.
HModify (Example)
Usage example of the HModify function
ChangeStyle (Function)
Modifies the style of a control dynamically.
SysYRes (Function)
Returns the vertical screen resolution.
grInterval (Function)
Indicates the interval between values on the vertical and horizontal axis of a chart.
Space (External language)
Fills the content of WdString with space characters on the right.
dSaveImagePNG (Example)
Usage example of the dSaveImagePNG function
apiRequest (Type of request)
The apiRequest type is used to define all the advanced characteristics of a request executed via a REST web service imported using the OpenAPI documentation.
TableToWord (Function)
Creates a Word file (.RTF) from the data found in a Table or TreeView Table control.
diffCreate (Function)
Compares two buffers and creates a buffer containing the differences between these two buffers.