ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ExecuteRefreshUI
Immediately executes the "Request for refreshing the display" event of the window, page, internal window, internal page, control template or supercontrol.
The Edit control
The Edit control allows users to enter data......
<Source>.LockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
ERR_BAD_URL
<pdfDocument variable>.AddWatermark (Function)
Adds a watermark to all the pages of an existing PDF file.
The Image control
The Image control is used to......
PDFAddWatermark (Function)
Adds a watermark to all or some pages of an existing PDF file.
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.
ToastDisplayPopup (Function)
Displays a popup page during a given duration in order to display a "Toast" message.
WEBDEV Application Server 2024
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......
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.
Client application: Running procedures on a server of.Net services
Several DotNet functions are available in WINDEV......
Middle (Function)
Extracts: a substring from a string starting at a specified position. part of a buffer starting at a specified position....
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)....
NoRightCharacter (Function)
Returns a string after removing the specified characters from the right side of the initial string.
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.
Manipulating Combo Box controls programmatically (prefix syntax)
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically manipulate Combo Box controls......