ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Transfer (Function)
Copies a block of bytes or a fixed-length string from a memory address into another one.
<Source>.NoModif (Function)
Forbids all the modifications on a table (for all the programs, including the one that requested the no-modification policy).
WiFiListNetworkCard (Function)
Returns the list of Wi-Fi network cards currently available on the current computer.
<modbusSession>.ReadFloat (Function)
Reads one or more single-precision floats from a Modbus slave, starting at a specific address.
<TreeView>.SelectCount (Function)
Returns the number of selected elements in a TreeView control (for a multi-selection TreeView control).
<modbusSession>.WriteFloat (Function)
Writes one or more single-precision floats to a Modbus slave, starting at a specific address.
ExeTerminate (Function)
Terminates execution of a 32-bit application on the current workstation: all instances of the executable are "killed".
<Polygon2D variable>.SerializeWKT (Function)
Serializes a 2D polygon using the Well-Known Text (WKT) format.
<Chart>.AxisPosition (Function)
Indicates the position where one of the chart axes (X or Y-coordinates) will be drawn.
ColumnWidth (Property)
The ColumnWidth property gets and sets the width of each column in a multi-column Looper control.
Synonym (Property)
The Synonym property is used to define synonyms in a programmatically defined full-text index.
WLanguage procedure called by AndroidActivityResultProcedure
WLanguage procedure ("callback") called by AndroidActivityResultProcedure when the result of a third-party Activity is retrieved.
<Connection variable>.EndNoDatabaseAccess (Function)
Re-allows the access (which means the connection) to one or more databases accessible via a connection.
inAppRestorePurchases (Function)
Restores the purchases of non-consumable products previously performed by the user in an iOS application.
<zipArchive variable>.NbPartNeeded (Function)
Returns the number of parts of a given size required to split a single-part archive.
Action Bar control functions
The following functions are used to manipulate Action Bar controls......
<Source>.FTListWord (Function)
Lists the words of the current record that will be taken into account by the full-text indexing.
MongoAggregationPipeline (Function)
Used to retrieve documents that enter a multi-stage pipeline and are transformed into aggregated results.
HReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
SysIconModify (Function)
Modifies the icon file and/or the hover text of the icon in the taskbar (lower-right corner of the screen)....
ErrorReset (Function)
Resets the detection of non-fatal errors: The result of ErrorInfo is reset. The ErrorOccurred variable returns to False....
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
List,Get (External language)
Retrieves the value of a given element or the value of the selected element in a drop-down list or in an expanded list.