ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating an executable: Operating mode and library
The operating mode of an executable allows you to define whether the executable can be used by one or more users......
DndTarget (Property)
The DndTarget property determines and changes how a control behaves in a drag-and-drop operation.
<Variable Drive>DeleteDirectory (Function)
Deletes a directory (and the files it contains) on an Drive (remote disk).
Orientation (Property)
The Orientation property gets and sets the angle of an element.
Empty (Property)
The Empty property is used to determine if: a Looper, Table, List Box or Combo Box control is empty. The control can be a browsing control or a memory control. a Chart control contains no series. a report control is empty (control linked to an item). an array (or an associative array) contains no element. an element of an associative array exists or not. a queue, a list or a stack contains no element....
iAreaHeight (Function)
Calculates the height of a fixed-width area required to print the entire text that uses the current font.
Shared information
The information entered when creating the files and the items is shared throughout the environment......
Import from previous versions
To install a dynamic WEBDEV site on a web server, you will need deployment accounts......
Cleaning the project
After months or years of development and maintenance, the directory of your project often contains several files that are not used anymore but that you don't dare delete......
HErrorModification (Function)
Used to: return the value of a record item if a modification conflict occurs. check if a modification conflict occurred....
SensorGetOrientation (Function)
Retrieves the current orientation of the device on one of its 3 axes.
TableMoveLine (Function)
Moves a row or swaps two rows in a Table control.
Creating an application using the RAD methodology
The RAD (Rapid Application Development) is a technology used to easily create a full application (or site)......
WDTrans: Delete the records in transaction
Transforms all the records "in transaction" into "normal" records if these records do not belong to a transaction currently in progress......
Y (Property)
The Y property is used to: Find out the Y-coordinate of a control or window (position on Y-axis). Modify the Y-coordinate of a control or window....
<Table>.Save (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
H.TemporaryDirectory (Variable)
Allows you to force the directory used to store the temporary files when reindexing the HFSQL data files.
ArraySwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
<Array>.SwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
18. Secure payment
<Connection variable>.TransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
LooperMoveLine (Function)
Moves a row or swaps two rows in a Looper control.
BackgroundStyle (Property)
The BackgroundStyle property is used to get and modify the background style of cells in tables and/or TreeView Tables....
Messaging
A messaging is included in WINDEV, WINDEV Mobile or WEBDEV......
SwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.