ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Manipulating Diagram Editor controls programmatically
In WINDEV and WEBDEV, you can handle Diagram Editor controls programmatically......
Parameter Description (Type of variable)
Parameter Description variables are used to programmatically describe a parameter.
StringDisplay (Function)
Returns a specific string (or a buffer) to the client browser in response to a request.
BTLECharacteristicWriteValue (Function)
Writes a value to a characteristic on a Bluetooth Low Energy device.
redisConnection (Type of variable)
The redisConnection type is used to define all the advanced characteristics of a connection to a Redis server (or cluster).
sfSearchResult (Type of variable)
The sfSearchResult type is used to find out the result of SFSearch...
Palette (Type of variable)
The Palette type is used to define the advanced characteristics of a color palette.
diagWaypoint (Type of variable)
The diagWaypoint type is used to define all the advanced characteristics of a connector waypoint.
Handling a Repositionable Note control through programming
A Repositionable Note control can be handled through programming......
URL Rewriting
URL Rewriting is a technique used to improve SEO......
xlsNbColumn (Example)
Usage example of the xlsNbColumn function
Progress Bar control properties
List of properties associated with the Progress Bar control...
StatusBarDeleteCell (Function)
Deletes a cell from the status bar of the current window.
ControlClone (Function)
Creates a new control from an existing control.
xlsNbRow (Example)
Usage example of the xlsNbRow function
xlsColumnTitle (Example)
Usage example of the xlsColumnTitle function
NextTitle (Function)
Modifies the title of next window to open.
docHeaderFooter (Type of variable)
The docHeaderFooter type is used to define the text of the different paragraphs found in a page header or footer.
Managing the remote accesses
The remote accesses are used to create a temporary network connection......
Events associated with Chart controls
List of events associated with the Chart controls...
ocrTextBlock (Type of variable)
The ocrTextBlock type is used to define and identify all the advanced characteristics of a text block read by the native OCR system.
diagLayout (Type of variable)
The diagLayout type is used to define all the layout characteristics of a diagram.
ScreenFirst (Function)
Defines the next control that will be in edit in the current window.
Downloading files
The download is the operation that consists in saving a file stored on the server onto the computer of Web user......
Printing a report on one of the printers connected to the Web Server
To print a report on one of the printers connected to the Web server, you must......