ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Report based on an Organizer control
A report based on an Organizer control is used to directly print the information displayed in the Organizer control...
Report based on a Table control
A report based on a data-bound Table control is used to directly print the information displayed in the control (based on a table or populated programmatically)......
Importing an HTML page into a WEBDEV site
WEBDEV allows you "suck up" the existing HTML pages......
The "Image catalog" pane
The "Image catalog" pane is a context-sensitive image catalog......
Organization chart linked to a data file
The Dockable Panel control
The Dockable Panel control allows you to easily organize the software interface into zones that the end user can freely move......
Replication server for the assisted universal replication
The assisted universal replication can use a replication server......
Modifying an SVG image (XML functions)
SVG (Scalable Vector Graphics) is a vector image format......
Filters in Table controls based on a data file
WINDEV, WEBDEV and WINDEV Mobile include multiple methods to filter the records displayed in a Table control based on a data file......
3. Deploying a dynamic WEBDEV website
The Token property is used to manage the different tokens associated with a "Text token" Edit control....
Report based on a query
Queries are used to easily select records in one or more data files......
Report based on a form
The report editor gives you the ability to print reports on pre-printed forms (image file or PDF file)......
Log-based replication
The replication is the operation allowing you to keep updated remote databases of identical structures on which several operations are performed......
Report based on a Scheduler control
A report based on a Scheduler control is used to directly print the information displayed in the Scheduler control......
Computer renamed or changed
During the development phase, you may have to change the computer used for development (change computer, rename the computer, ......
Multi-control search: search in a window
You want to find a word in the controls of your window? Nothing is easier, press CTRL + F and type the word to find......
<Connection variable>.RSTransformSpareIntoServer (Function)
Transforms a Spare server into an HFSQL server. This makes it possible to delete replications of a spare server so that it can be used again. For example, this function can be used in the case of a master server that becomes unreachable. This function should only be used in a critical situation. Note: This function is only available from version 2025 Update 1....
HRSTransformSpareIntoServer (Function)
Transforms a Spare server into an HFSQL server. This makes it possible to delete replications of a spare server so that it can be used again. For example, this function can be used in the case of a master server that becomes unreachable. This function should only be used in a critical situation. Note: This function is only available from version 2025 Update 1....
Binding a Spin control to an item
A Spin control can be bound to an item in a table, query, etc....
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback")....