ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

AppInstallUPD (Function)
Triggers the automatic update of current application.
WLanguage procedure called by AppDetectUPDAvailable
Procedure ("Callback") called by AppDetectUPDAvailable when an update for the active application is detected.
AppUPDAvailable (Function)
Used to find out whether an update is available for the specified application.
Detailed use of WINDEV FTP/RPC
fDriveReady (Function)
Determines:
  • if a given drive (storage card, CD or DVD) is available,
  • whether the drive exists.
NetworkConnect (Function)
Associates a drive with a shared network directory.
TableSelectCount (Function)
Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls).
DotNetRun (Function)
Runs a procedure on a .Net server.
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.
DotNetError (Function)
Returns the error for the last .Net procedure that failed.
TableDelete (Function)
Deletes a row from:
  • a Table control,
  • a TreeView Table control,
  • a table displayed in a Combo Box control.
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.
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