ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Variable Description (Type of variable)
The Variable Description type is used to get information about a variable or a member.
<Queue variable>.Dequeue (Function)
Dequeues an element from a queue.
<Stack variable>.Pop (Function)
Pops an element from a stack.
WEBDEV Application Server 2024
The Image control
The Image control is used to......
ToastDisplayPopup (Function)
Displays a popup page during a given duration in order to display a "Toast" message.
Handling a database from a Java application
You can start developing your application as soon as the WINDEV project is defined as being a Java project......
Client application: Running procedures on a server of.Net services
Several DotNet functions are available in WINDEV......
Windows
The windows represent the main interface of a WINDEV application......
ExecuteRefreshUIElement (Function)
Immediately executes the "Request for refreshing the display" event of the given element.
Middle (Function)
Extracts: a substring from a string starting at a specified position. part of a buffer starting at a specified position....
NoRightCharacter (Function)
Returns a string after removing the specified characters from the right side of the initial string.
Message (Property)
The Message property is used to: Find out the help message associated with a control or with a menu option (in a window). Modify the help message associated with a control or with a menu option (in a window)....
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
DotNetVersion (Function)
Returns the version number of the .Net Framework available on the current computer.
Document (Property)
The Document property is used to identify or modify the HTML document associated with an HTML Display control or an HTML Editor control.
Port (Property)
The Port property is used to identify and change a server connection port.
PositionOccurrence (Function)
Finds the Xth position of a string within another string.
NoCharacter (Function)
Returns a string after removing the specified leading and trailing characters.
AutomaticallyMinimized (Property)
The AutomaticallyMinimized property is used to: Find out the timeout before the Repositionable Note control is automatically minimized. Define the timeout before the Repositionable Note control is automatically minimized....
Minimized (Property)
The Minimized property is used to: find out whether a repositionable note is minimized, minimize or restore a repositionable note....
NoteTitle (Property)
The NoteTitle property is used to: Get the title of the notes used in the technical documentation of a control, window, page or report. Change the title of the notes used in the technical documentation of a control, window, page or report....
Manipulating Combo Box controls programmatically (prefix syntax)
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically manipulate Combo Box controls......
Combo Box control functions
List of functions for handling the Combo Box controls...
DotNetDelegate (Function)
Initializes a.NET delegate.