ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Radio Button control
The Radio Button control is a control allowing the user to select an option among several ones......
InUniversalWindowsPlatformSimulatorMode (Function)
Indicates whether the code is run in the simulator for the applications in Universal Windows Platform mode (Universal Windows 10 App). Function kept for backward compatibility....
Execute (External language)
Runs the code of a control or the code of a procedure in WLanguage.
PageEndStick (Property)
The PageEndStick property is used to: Determine the page footer should be right below the last block. Change the page footer block options....
Control templates and inheritance
When a control template is applied to a page or to a window, all controls and code found in the template are "copied" into the page or window......
Error 1055: 'Ancestor' can only be used in the code of a class derived from a class
AAFs available for numeric edit controls
The numeric edit controls propose several AAFs (Automatic Application Features): a context menu proposing the "Calculator" option. the ability to modify the control value with the mouse wheel....
Error 1054: 'Ancestor' cannot be used outside the code of a class
SSLActive (Function)
Used to enable or disable the secure SSL mode.
Drawing charts in an Image control
WINDEV and WEBDEV propose several functions for creating and handling charts......
Clipboard with history
The clipboard stores the last 10 pieces of content cut or pasted (from any editor)......
BCDecode (Function)
Decodes the information stored in a QR Code bar code.
Monitoring robot: Configuring the Robot controller parameters
From the monitor, you can change the configuration options......
Code coverage
The code coverage is the measure regarding the coverage of tests run on an application or site......
Monitoring robot: Configuring the robot parameters
From the monitor, you can change the configuration options......
11. Choosing the action of a button/link
Project Management Hub: Spool of requests
The Project Management Hub is used to define spools of requests......
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
The HTML Edit control: Automatic formatting toolbar
In HTML Edit controls, a formatting toolbar can be automatically displayed when the control becomes editable......
1. Examples provided with WINDEV Mobile
Drag and Drop management functions
The following functions are used to manage Drag and Drop:...
FileFilter (Property)
The FileFilter property gets and sets the filter used to display files: when using assisted input in an Edit control or table column with the "File path autocomplete" option (in the "General" tab of the description window), in the file picker displayed when the user selects the "Browse..." option in the context menu of an Edit control, table column or Combo Box control....
Managing the application language through programming
A multilingual application is an application that can be distributed in several languages......
Project anomalies: dead code and orphan elements
...WINDEV, WEBDEV and WINDEV Mobile allow you to easily detect these "dead codes" and "orphan" elements....
Code history
The code history is used to......