ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Ping (Function)
Checks whether a network address can be reached by using the ICMP protocol (similar to the PING network utility).
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.
Proxy (Function)
Specifies whether the communication functions that use HTTP or HTTPS must go through a proxy to execute their requests. A proxy is used to share the access to Internet between the different network computers.
EmailStartOutlookSession (Function)
Allows you to access data handled by the Outlook messaging software (emails, contacts, groups of contacts, tasks, appointments and folders).
The Control Centers
Control Centers provide a global vision of a given area, whether on the development phase, on an operating site, or on application maintenance or improvement......
UPNPFindDevice (Function)
Finds a device based on its unique name (UDN).
BankHolidayAdd (Function)
Indicates that a day (or a list of days) is a public holiday.
HSimulateNetwork (Function)
Simulates the operating mode of HFSQL Client/Server on an ADSL or 3G network....
dbgCheckTrue (Function)
Checks whether an expression is set to True in assertive programming and in automated test mode.
SwipeEnabled (Property)
The SwipeEnabled property enables or disables the swipe gesture support: on an Internal Window control. on a row in a Looper control....
Sending elements to Free Technical Support
ImageWidth (Property)
The ImageWidth property gets and sets the width of the image section displayed in an Image control or in the background of a Chart control.
TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
KeyPressed (Function)
Checks which key is pressed.
ListMoveLine (Function)
Moves a row or swaps two rows in a List Box or Combo Box control.
BarVisible (Property)
The BarVisible property is used to manage the selection bar on a column in a Table or TreeView Table control.
Events associated with a Rich Text Area control
WEBDEV manages the following events by default (order of appearance in the code editor)......
grSunburstSectionColor (Function)
Changes the color of a section in a Sunburst chart.
Discovering AAFs (Automatic Application Features)
Applications created with WINDEV offer users many automatic features on the different windows or controls in the application......
MapDisplayArea (Function)
Moves the map displayed in the Map control so that the specified geographic area can be seen in its entirety.
TwoFactorAuthenticationCheckCode (Function)
Verifies the code given by an authentication application.
TableSelectToFile (Function)
Positions on the data file record corresponding to a row selected in the multiselection browsing Table control.
StreamStop (Function)
Stops receiving or broadcasting a type of data in a stream.
Page (Property)
The Page property is used to handle the page loaded in the WEBDEV Page control.
HDescribeItem (Example)
Usage example of the HDescribeItem function