ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

2. Variables
WINDEV Tutorial: WLanguage basics Lesson 2 - Variables - 20 min
HConnectionQuality (Function)
Returns the quality level of connection: the higher the level is, the faster the connection will be.
<Table>.Delete (Function)
Deletes a row from: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
<Table>.Select (Function)
Returns the index of the selected element in the Table or TreeView Table control.
EXE constants
List of constants used by the functions for managing executables....
GPSStopDetection (Function)
Stops the location detection triggered by GPSDetectPosition.
Brochure of new features: new features of WINDEV Mobile
New features in WINDEV Mobile 28 presented in the New Features brochure....
New Features brochure - Version 28: WINDEV Mobile news
New features in WINDEV Mobile 28 presented in the New Features brochure....
iPad window: Window creation wizard
The wizard for creating iPad windows allows you to easily create a window containing all the main elements of a window for an iPad application......
TypeVar (Function)
Identifies the type of an expression, a variable (during a call to a procedure for example) or a control.
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
fFileExist (Function)
Checks the existence of an external file.
Android 11: Changes in the behavior of applications
After each new version of Android is deployed, Google requires a higher target API level ("TargetSdkVersion") to publish applications on Google Play...
HDeclare (Function)
Declares a description of data file (found in an analysis) in the current project.
JSONValid (Function)
Checks the validity of a JSON string.
MapAddItinerary (Function)
Adds an itinerary onto a Map control.
fUnlock (Function)
Entirely or partially unlocks an external file.
EmailStartPOP3Session (Function)
Starts a session for receiving and reading emails with the POP3 protocol.
Dedicated Web server
When installing WEBDEV development version, if no Web server is available on the current computer, WEBDEV automatically installs one (IIS Express version 10). This server is automatically configured to work with WEBDEV....
Handling a Pivot Table control through programming
A Pivot Table control can be handled through programming......
SOAPRun (Function)
Runs a procedure on a SOAP server.
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given query....
HTTPRequest (Function)
Starts an HTTP request on a server.
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP).
SocketConnect (Function)
Connects a client computer to a given socket.