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...
gClickableLink (Function)
Adds a clickable link in a graphic string.
Plane (Property)
The Plane property is used to: Get: the active plane of a window (or report) or the plane to which a control belongs. the active plane of a WEBDEV element. Change: the active plane of a window (or report) or associate a control with another plane. the active plane of a WEBDEV element....
Printing nested reports
To create a main report containing several secondary reports:...
Animation (Property)
The Animation property animates an image.
Handling Native Container controls programmatically
The Native Container control returns an handle/identifier......
2. Searching and iterating over records
WINDEV Tutorial: WINDEV application: Managing data Lesson 2 - Searching and iterating over records - 30 min
WLanguage procedure called by DialogAsynchronous
Procedure ("Callback") called by DialogAsynchronous when the user clicks one of the buttons in the dialog box.
WLanguage procedure called by ConfirmAsynchronous
Procedure ("Callback") called by ConfirmAsynchronous when the user clicks one of the buttons in the dialog box.
DnDAccept (Example)
Usage example of the DnDAccept function
MouseCursor (Property)
The MouseCursor property is used to identify and change the hover cursor defined for a control, window or page.
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
Cursor (Property)
The Cursor property is used to get and change the position of the mouse cursor in one of the following controls: Edit control. Editable Combo Box. "Edit control" table column and "Editable Combo Box" table column. Word Processing control. HTML Editor control....
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......
VolumePhysicalButton (Function)
Identifies or modifies the sound source associated with the physical buttons used to set the volume of the device.
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
Visible (Property)
The Visible property is used to: Find out whether an element is visible. Make an element visible or invisible....
ScreenFirst (Function)
Defines the next control that will be in edit in the current window.
Showing passwords (AAF)
By default, in password controls, characters are replaced with dots......
Yes,No (External language)
Displays a dialog box that includes a logo, a message and the "Yes" and "No&quot buttons.
Diagram Editor control events
WINDEV manages the following events by default (in the order in which they appear in the code editor) for the Linear Slider controls and for the Range Slider controls...
Navigation history in the code
The different editors enable you to directly view the code of an element by pressing the F2 key......
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
Creating an Android widget
Widgets are small applications that can be displayed on the home screen of phones or tablets......
DataBinding (Property)
The DataBinding property is used to identify and change the binding between a control and: an item in a data file. a variable. several variables....
SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data.