ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Kanban list>.PositionList (Function)
Allows you to scroll through a list of a Kanban control to display a specific card.
WinInHeight (Function)
Returns the internal height of a window (without title bar and border).
ListSelectMinus (Function)
Deselects an element in a List Box, ListView or Combo Box control.
OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
BitwiseXOR (Function)
Returns the result of the bitwise exclusive OR operation performed between two values.
BrowserIPAddress (Function)
Returns the IP address of the client computer connected to the WEBDEV site.
TwainListSource (Function)
Returns the list of drivers for the Twain devices connected to the current computer.
HSetPosition (Function)
Sets the position on a record, based on the approximate position of one of its items.
HTransactionList (Function)
Returns the list of current or interrupted transactions on the server for the specified connection.
CDList (Function)
Returns the list of CD/DVD players installed on the current computer....
HListLink (Function)
Returns the list of links (Merise) in the current analysis or in a specific analysis
<xlsDocument variable>.GetMerge (Function)
Determines if a cell is merged with other cells and gets the merged cell range.
ConnectionCount (Function)
Returns the number of instances of the WEBDEV site currently run on the server.
xlsGetMerge (Function)
Determines if a cell is merged with other cells and gets the merged cell range.
<Window>.OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
KanbanPositionList (Function)
Allows you to scroll through a list of a Kanban control to display a specific card.
<Connection variable>.TransactionList (Function)
Returns the list of current or interrupted transactions on the server for the specified connection.
Automatic completion
The automatic completion helps you write WLanguage code in your applications......
Coloring a row, a column or a cell found in a control (AAF)
To simplify the reading in the controls used to view large volumes of data, the end user has the ability to color the data found in the control......
.NET object
To access a class......
WDSQL: Creating and running a script
A script is a set of SQL commands used to perform a specific operation (create a new table in the database, insert records, ......
Error 2: Incomplete line
List (Type of variable)
A List variable is a structured type that is used to group a set of elements of the same type.
ListDisplay (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file
Testing a dynamic project from a test server
Before deploying your dynamic WEBDEV site, we recommend that you run the final tests from a test sever......