ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FormattingMarksColor (Property)
The FormattingMarksColor property is used to: get the color of the formatting marks in a Word Processing control. change the color of the formatting marks in a Word Processing control....
GridlinesVisible (Property)
The GridlinesVisible property is used to: Determine whether or not gridlines are visible in a control. Show or hide gridlines in a control....
RowDetailsBinding (Property)
The RowDetailsBinding property allows you to identify and modify the data binding used to display the details of a row in a Table control based on a data file.
HTMLEdit (Property)
The HTMLEdit property is used to: find out whether a Word Processing control is displayed in optimized mode for HTML editing, modify a Word Processing control to display it (or not) in optimized mode for HTML editing....
RandomCryptoBuffer (Function)
Returns a buffer to the specified size filled with random data, that can be used with the cryptographic technologies.
RandomCryptoInteger (Function)
Returns a random number that can be used with the cryptographic technologies.
FolderImageWidth (Property)
The FolderImageWidth property is used to get and change the folder image width in TreeView and TreeView Table controls.
Undocked (Property)
The Undocked property is used to determine if a pane of a Tab or Ribbon control is undocked.
Input (Function)
Displays a message allowing the user to type an information.
Creating a select query
A select query (corresponding SQL statement......
RequestUpdateUIParent (Function)
Asks to run the "Request for refreshing the display" process of parent. This function is kept for backward compatibility.
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
AnchorRateRight (Property)
The AnchorRateRight property is used to: Find out the anchor rate when a control moves on the horizontal axis. Modify the anchor rate when a control moves on the horizontal axis....
AnchorRateWidth (Property)
The AnchorRateWidth property is used to: Find out the anchor rate when a control (or a table column) stretches on the horizontal axis. Modify the anchor rate when a control (or a table column) stretches on the horizontal axis....
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
How to manage a multi-selection in a Table control?
This help page explains how to manage a multi-selection in a Table control....
9. Overlaying controls
12. Preventing from going back to a page
Image editor: Features
The image editor includes several features......
AAF: Handling the columns of a Table control
The Table controls displayed in a window allow the end user to perform several operations......
Binding a List Box control to an item
A List Box control can be bound to an item in a data file, query, etc....
Automated tests: Overview
Several test tools are available to guarantee the quality of your applications......
COMCreateInstance (Function)
Instantiates a COM object (Component Object Model).
COMCallMethod (Function)
Runs a method of an interface of a COM object instantiated by COMCreateInstance.
WidgetRunApp (Function)
Starts the application to which a widget belongs.