ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Connection variable>.TransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via Native Access) and creates the transaction file.
gPen (Function)
Builds a sequence of characters used to describe the color of the text and/or the color of the shape outline (rectangle or circle)....
Hosting parameters
The hosting parameters define the default values that will be used to create the new hosting accounts......
SAP ASE Native Connector (Sybase): Output value of a stored procedure executed on the server
The SAP ASE Native Connector (also called Sybase Native Connector) allows you to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
Native Sybase Connector: Running the same stored procedure several times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters......
How to sort the result of a query?
This help page explains how to create a sort query with the query editor....
Displaying a different content on each row
In a Looper control, a different content can be assigned to the Table, Chart, List Box and TreeView controls......
Error 34: 'Break' is not allowed outside the loops
SwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
LooperSavePositionAndSelection (Function)
Saves: the position of the scrollbar in a Looper control, the selected element(s). These elements can be restored by LooperRestorePositionAndSelection....
<Looper>.SavePositionAndSelection (Function)
Saves: the position of the scrollbar in a Looper control, the selected element(s). These elements can be restored by LooperRestorePositionAndSelection....
WLanguage procedure called by GPSDetectPosition
WLanguage procedure ("callback") called by GPSDetectPosition when the device enters or leaves the region defined by the specified parameters.
<Chart>.PointType (Function)
Modifies the shape of point for a specific category or value found in a Line, Area, Scatter and Radar chart.
<emailIMAPSession variable>.CurrentFolder (Function)
Returns the name of the current folder in the messaging software using IMAP (Internet Message Access Protocol).
<Array>.SwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
FOR EACH/FOR ALL statement (loop through controls)
The statement FOR EACH is used to perform different types of browse on the controls (List Box, Table or Looper controls)...
ColumnWidth (Property)
The ColumnWidth property gets and sets the width of each column in a multi-column Looper control.