ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WINDEV Mobile and SMS messages
WINDEV Mobile allows you to easily send and read SMS messages with the SMS functions of WLanguage......
FishEye
The "FishEye" effect is used to enlarge a section of editor graphs (analysis graph, UML graph, ......
TreeExpand (Function)
Expands a node in a TreeView control.
iPrintBodyComplement (Function)
Forces a body complement block to print while specifying the height of complement block.
iForceComplement (Function)
Forces the printing of a Body Complement block.
dbgError (Function)
Provokes: an assertion during the test of element or project (Go mode). an error in automated test mode....
MongoDB functions
The following functions and types are used to handle the MongoDB data:...
grAxisPosition (Function)
Indicates the position where one of the chart axes (X or Y-coordinates) will be drawn.
grSeriesOpacity (Function)
Modifies the opacity factor of a series in a chart.
Managing Bluetooth Low Energy devices
The Bluetooth LE standard (for Low Energy) is used to manage devices with low energy consumption......
WEBDEV administrator: WebSocket servers installed
The "WebSockets" tab provides information about the WEBDEV WebSocket servers installed on the computer...
TableInfoXY (Function)
Returns for a given position in a Table or TreeView Table control (coordinates of a control point): the name of the column displayed for the specified position. the index of the row or column for the specified position....
TableSearchChild (Function)
Searches for a value in a column of a TreeView Table control, in a specified branch.
CtOLEDBProvider (Property)
The CtOLEDBProvider property is used to get and set the name of the OLE DB provider (also called OLE DB server).
Validating a page from a control that has no action on the server (List Box control, Combo Box, etc.)
By default, the validation of a page must be performed by a "Send the values of controls to the server (Submit)" button......
zipClose (Function)
Closes an archive.
SocketAccept (Function)
Run on the server, this function accepts a request for connecting to an existing socket found on the server.
zipSize (Function)
Returns the size of archive (in ZIP, RAR, CAB, WDZ or 7z format): the size of all compressed files found in the archive. the size of all files found in the archive before compression....
grPieStartAngle (Function)
Indicates the starting angle of the first slice in a Sector, Hemicycle or Donut graph.
Upper (Function)
Converts all characters in a string to uppercase according to the region settings defined in Windows.
CriticalSectionEnd (Function)
Marks the end of a critical section: another thread will be able to run the code.