ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP).
<Variable DiskFile>Create (Function)
Creates an external file.
<DiskFile variable>.WriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
AppVersionInfo (Function)
Returns information about a version available on the setup server.
AppDetectUPDAvailable (Function)
Disables or customizes the automatic check for available updates.
<Image>.DrawLine (Function)
Draws a line in an Image control.
HSetServer (Function)
Used to find out and modify some settings of HFSQL Client/Server server....
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
Site test: the different types of tests
WEBDEV includes multiple methods for testing your sites......
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable, edit control in a window, Static control in a report, ...).
<Image>.DrawPoint (Function)
Draws a point in an Image control.
<Image variable>.DrawLine (Function)
Draws a line in an Image variable.
<picLayer variable>.DrawPolyline (Function)
Draws a line composed of multiple segments.
dPolyline (Function)
Draws a line composed of multiple segments.
Declaring the functions of the Windows API
Syntax for declaring the functions of the Windows API...
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
<Image variable>.DrawPoint (Function)
Draws a point in an Image variable.
AppActivateVersion (Function)
Activates one of the application versions available in the history of versions on the reference setup server.
<WDPic variable>.DrawLine (Function)
Draws a line in a WDPic variable.
AppDeleteVersion (Function)
Deletes a version from the history of versions found on the reference setup server.
AppControl (Function)
Enables (or disables) the remote control for the current multi-user WINDEV application. This is an advanced function.
SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
<picLayer variable>.DrawPoint (Function)
Draws a point in a picLayer variable.
<picLayer variable>.DrawLine (Function)
Draws a line in a picLayer variable.
dPoint (Function)
Draws a point: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....