ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Button control
The Button control allows the user or the Web user to run a specific action with a simple click...
Auto-scrolling text
Sometimes, text in a Static Text or Button control can exceed the width of the control...
Report viewer (Print preview)
The report viewer allows you to see the report layout without printing it......
EmulateError (Function)
Emulates the next call to Error and automatically clicks the "OK&quot button.
EmulateInfo (Function)
Emulates the next call to Info and automatically clicks the "OK&quot button.
EmulateWarning (Function)
Emulates the next call to Warning and automatically clicks the "OK&quot button.
The Check Box control
A Check Box can correspond to......
Remote WEBDEV administrator: Managing connections
The remote management tool is used to manage the connections to the dynamic WEBDEV sites....
Events associated with reports
The following events are associated to reports (order of appearance in the code editor)......
Description of a CSS style
This window allows you to describe a CSS style that will be used for the controls of your WEBDEV project......
Manipulating Map controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically manipulate Map controls....
TableInfoXY (Function)
Returns for a given position in a Table or TreeView Table control (coordinates of a control point): the name of the column displayed for the specified position. the index of the row or column for the specified position....
Opening a help file (CHM, HTML or PDF)
There are several ways to open a help file......
Break in a Looper control
A break in a Looper control is used to group the data corresponding to one or more arguments......
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
Events associated with a Dockable Panel control
MaxWidth (Property)
The MaxWidth property is used to get and change the maximum width of a control or window.
Optional events
By default, the codes available in the code editor correspond to the most common codes......
Handling an Edit control programmatically
You can handle Edit controls programmatically......
Handling a dynamic programmatically
WINDEV allows you to handle Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......
DialogAsynchronous (Function)
Displays a non-blocking message box and calls a WLanguage procedure with the value of the button clicked by the user.
Type of windows created by RAD
The wizard for window creation proposes several types of windows associated with HFSQL data files......
sysNotification (Type of variable)
The sysNotification type is used to define all the advanced characteristics of an interactive system notification.
Events associated with a Multimedia control
List of events associated with a Multimedia control...
BottomMargin (Property)
The BottomMargin property is used to: Find out the bottom margin of a report. Modify the bottom margin of a report....
Functions for managing objects (External language)
Managing context menus in a WINDEV or WINDEV Mobile application
A context menu can be opened by the user via a right mouse click......