ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Font (Type of variable)
A Font variable creates a font programmatically...
Printing the content of a Spreadsheet control (AAF)
Spreadsheet controls include an automatic context menu that allows users to perform different actions on the data displayed in the control......
ListPosition (Function)
Displays a List Box or ListView control from a specified element or returns the index of the first element displayed in a List Box control (if the scrollbar was used).
grStockAddData (Function)
Adds data into a stock chart (candlestick, barcharts or minmax).
FTPConnect (Function)
Connects the current computer to an FTP server (File Transfer Protocol).
ListSort (Function)
Sorts the elements in a List Box, ListView or Combo Box control populated programmatically.
InternetConnected (Function)
Defines whether an Internet connection is enabled on the current computer. In mobile, you can also be notified when the status of the Internet connection changes.
YesNoAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "Yes" and "No" and calls a WLanguage procedure with the user's response....
Middle (Function)
Extracts: a substring from a string starting at a specified position. part of a buffer starting at a specified position....
zipDeleteAll (Function)
Deletes all files from an archive.
NullSupported (Property)
The NullSupported property is used to manage the NULL value in HFSQL data files.
FontSize (Property)
The FontSize property is used to: Identify the size of the font used in a control. Change the size of the font used in a control....
HListParameter (Function)
Returns the list of parameters saved from the stored procedures on the server.
Edit control: buttons integrated into the input field
You can include different buttons in the input area of an Edit control......
WiFiConnect (Function)
Connects the device to the specified Wi-Fi network.
SaaSConnect (Function)
Authenticates a user of a SaaS site beside the SaaS webservice that manages the site.
grZoom (Function)
Defines the zoom of a chart.
grSmoothing (Function)
Smoothes a Line chart or a Scatter chart by using the "cubic splines" algorithm.
fMoveDir (Function)
Moves a directory and its content.
Managing Bluetooth Low Energy devices
The Bluetooth LE standard (for Low Energy) is used to manage devices with low energy consumption......
LooperAdd (Function)
Adds a row at the end of a Looper control.
dbgCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.