ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The "Area" charts
The Area chart is used to highlight the amplitude of a change...
AppUPDAvailable (Function)
Used to find out whether an update is available for the specified application.
StringBuild (Function)
Builds a character string from an initial string and parameters.
WLanguage procedure called by AppDetectUPDAvailable
Procedure ("Callback") called by AppDetectUPDAvailable when an update for the active application is detected.
AppInstallUPD (Function)
Triggers the automatic update of current application.
DotNetRun (Function)
Runs a procedure on a .Net server.
DotNetError (Function)
Returns the error for the last .Net procedure that failed.
Detailed use of WINDEV FTP/RPC
fDriveReady (Function)
Determines:
  • if a given drive (storage card, CD or DVD) is available,
  • whether the drive exists.
TableSelectCount (Function)
Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls).
J2EEGetResult (Function)
Returns the result of the last J2EE procedure that was successfully run.
J2EERun (Function)
Runs a procedure on a server of J2EE XML web services.
AJAXCancelAsynchronousCall (Function)
Cancels the automatic execution of the browser procedure called by AJAXExecuteAsynchronous.
NetworkConnect (Function)
Associates a drive with a shared network directory.
TableDelete (Function)
Deletes a row from:
  • a Table control,
  • a TreeView Table control,
  • a table displayed in a Combo Box control.
FTPConnect (Function)
Connects the current computer to an FTP server (File Transfer Protocol).
DotNetGetResult (Function)
Returns the result of the last .Net procedure that was successfully run.
AJAXAsynchronousCallPending (Function)
Used to find out whether a server procedure called by AJAXExecuteAsynchronous is currently run.
CertificateSignString (Function)
Creates the signature of a character string.
DrawingAvailable (Function)
Indicates whether the drawing features are supported by the browser.
Managing geolocation and GPS
WINDEV Mobile and WEBDEV allow you to exploit geolocation and GPS features found on mobile devices and browsers.
mlzAddLine (Function)
Adds a new dynamic row into a Multiline Zone control.
mlzInsertLine (Function)
Inserts a new dynamic row in a Multiline Zone control.
<Multiline Zone>.AddLine (Function)
Adds a new dynamic row into a Multiline Zone control.
<Multiline Zone>.InsertLine (Function)
Inserts a new dynamic row in a Multiline Zone control.
<Table>.SelectCount (Function)
Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls).
AppDetectUPDAvailable (Function)
Disables or customizes the automatic check for available updates.
AJAXAvailable (Function)
Used to find out whether the AJAX technology is supported by the current browser.
1
2