ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

PageToSource (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
<Kanban list>.DeleteAllCard (Function)
Deletes all cards from a Kanban control or Kanban List control.
KanbanDeleteCard (Function)
Deletes a card from a Kanban control or from a Kanban List control.
KanbanDeleteAllCard (Function)
Deletes all cards from a Kanban control or Kanban List control.
<Connection variable>.DeleteLink (Function)
Deletes an integrity rule between two data files on the server.
<Connection variable>.DeleteQuery (Function)
Deletes a query (used by stored procedures) from an HFSQL server.
<Connection variable>.DeleteScheduledBackup (Function)
Deletes a scheduled backup from an HFSQL Client/Server server....
<Connection variable>.DeleteTask (Function)
Deletes a scheduled task from an HFSQL Client/Server server....
<WDPic variable>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
<picLayer variable>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
<mongoGridFS variable>.DeleteFileByID (Function)
Deletes a file identified by its identifier from a MongoDB file system.
<Variable Drive>DeleteDirectory (Function)
Deletes a directory (and the files it contains) on an Drive (remote disk).
<Kanban list>.DeleteCard (Function)
Deletes a card from a Kanban control or from a Kanban List control.
SourceFromPage (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
zipCreateExe (Function)
Creates a self-extracting archive as a 32-bit executable (.EXE).
XMLDelete (Function)
Deletes the current element (as well as the entire branch) from an XML document.
WithSpace (Function)
Adds or deletes the spaces found on the right of a text item when reading it.
The DotNet structure
ActionBarDeleteSearchHistory (Function)
Deletes the history from the search control found in the action bar of a window.
MongoDeleteAll (Function)
Deletes all the documents (corresponding to the specified filter) from a collection of a MongoDB database.
SpeechSynthesisReadText (Function)
Reads the specified text using the device's text-to-speech engine....
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......
Information 2105: This function was renamed
WLanguage procedure called by DeepLinkProcedure
WLanguage procedure ("callback") called by DeepLinkProcédure when the user clicks a deep link with a target URL associated with the application.
WDInst : generating the setup program
Generating the setup program is used to create the setup program according to the characteristics specified in the setup editor WDInst....