ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

EmailStatus (Function)
Returns the status of an email sent via an SMTP session started in asynchronous mode.
<gglConnection variable>.Connect (Function)
Manages authentication on a Google server (via the "OAuth 2.0" authentication mode).
CriticalSection (Function)
Enables a name or on-variable critical section in the statement USING ... IN.
<Chart>.SeriesPointType (Function)
Modifies the type of point for a series found in a Line, Area, Scatter and Radar chart.
MQTT functions (prefix syntax)
The following functions are used to manage MQTT clients...
MapAddShape (Function)
Adds a new shape (polygon, line, circle) to the map displayed in a Map control.
<Map>.AddShape (Function)
Adds a new shape (polygon, line, circle) to the map displayed in a Map control.
<htmlDocument variable>.FindElementByName (Function)
Searches for elements whose "name" attribute matches a specific value in an HTML document.
<htmlNode variable>.FindElementByName (Function)
Searches for elements whose "name" attribute matches a specific value in an HTML node.
CommandLine (Function)
Identifies and retrieves the different elements of the command line passed as a parameter to the current program.
LargeFontFactor (Function)
Returns the current enlargement ratio of a WINDEV window (only if Windows is in "large fonts" mode).
IconInstall (Function)
Creates an icon (associated with a program) in a group of Windows programs, with the associated command line.
TestCheckDifferent (Function)
Checks whether the specified expressions are different in assertive programming and in automated test mode.
SourceDescription (Property)
The SourceDescription property is used to get the name of the element used as data source of a series.
<Connection variable>.SimulateNetwork (Function)
Simulates the operating mode of HFSQL Client/Server on an ADSL or 3G network....
1. What is the WEBDEV administrator used for
ScrollWithFinger (Property)
The ScrollWithFinger property is used to: Determine if the content of a control can be moved with the finger ("finger scrolling"). Enable or disable touch-responsiveness for a control....
Multi-touch in a Chart control
One of the most common applications of the multi-touch feature is used to handle images......
Navigation history in the code
The different editors enable you to directly view the code of an element by pressing the F2 key......
Welcome to WINDEV, WEBDEV and WINDEV Mobile
The home page allows you to easily perform the operations for creating and opening projects......
CtDescribedOLEDBProvider (Property)
The CtDescribedOLEDBProvider property is used to get and set the name of the OLE DB provider (also called OLE DB server).
CtOLEDBProvider (Property)
The CtOLEDBProvider property is used to get and set the name of the OLE DB provider (also called OLE DB server).
Programming a status bar
WINDEV allows you to handle a status bar and a cell found in a status bar through programming......
Operations for synchronizing SCM
When creating an executable, a library or a component, ......
SQLFirst (Function)
Positions on the first row of the query result.