ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Aligning elements in a List Box or Combo Box control
There are different methods to align the elements in a List Box or Combo Box control......
Clickable control in a report
The report editor allows you to propose clickable controls during the print preview......
".STY" file: "Style sheet" file
A style sheet is a "......
Showing passwords (AAF)
By default, in password controls, characters are replaced with dots......
Programming by preset action
Preset actions allow you to define the code of an event in a single click, without having to write one single line of code......
The TimeLine control
The TimeLine control is used to represent chronologies of close events that can be parallel....
Warning 124: Shadowing a global variable
The "Internal report" control
The "Internal report" controls are used to print several reports (secondary reports) in a single report (main report) without programming......
SpreadsheetSelectMinus (Function)
Deselects one or more cells in a Spreadsheet control found in a window.
Menu option: operation performed and action
An option of a drop-down or context menu in a page can be associated with an action......
Handling RTF in an Edit control
Rich Text Format (RTF) is used to encode text and simplify exchange between applications......
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....
Windows
The windows represent the main interface of a WINDEV application......
Markdown
Markdown is a lightweight markup language that allows you to apply formatting to text......
Drag and Drop
Drag and Drop is used to transfer data between several controls with the mouse. This data can be moved between several controls found in the same application or in different applications....
Checking spelling in edit controls
WINDEV lets you use the spelling checker in the Edit controls and text columns of the Table controls of WINDEV applications......
Multi-touch in a Chart control
One of the most common applications of the multi-touch feature is used to handle images......
The structure of the RAD patterns (kept for backward compatibility)
...The RAD pattern files (MDL files) are used to describe:...
Style sheet
A style sheet ("......
Code editor: Various operations
The code editor is the editor where the developers spend most of their time. This help page presents a series of useful options for the most common actions ......
Sub-query
A sub-query is a query whose result is used by another query......
Describe a WEBDEV style
This window enables you to describe the WEBDEV style that will be used for the controls of your WEBDEV project......
Handling Context Menu controls programmatically
WEBDEV includes different WLanguage functions and properties to handle Context Menu controls programmatically......
HTML Editor control constants
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile....