ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

pdfDocument (Type of variable)
The pdfDocument type gets all the characteristics of a PDF file: author, date created, page content, etc.
<TreeView Table>.MoveBranch (Function)
Moves the content of a row as well as its entire descending tree structure in a TreeView Table control.
DeleteVoiceCommand (Function)
Deletes a voice command previously added with AddVoiceCommand. From version 17, this function is replaced with SpeechRecognitionDeleteCommand.
<Email variable>.ImportHTML (Function)
Imports, into the Email structure or into an Email variable, the content of an HTML file in order to send it by email.
TableSwapBranch (Function)
Swaps the content of two rows (as well as their respective tree structure) in a TreeView Table control.
<TreeView Table>.SwapBranch (Function)
Swaps the content of two rows (as well as their respective tree structure) in a TreeView Table control.
<PDF Reader>.SeekPrevious (Function)
Sets the position on the previous result of a search started with PDFReaderSeekFirst in the content of a PDF Reader control.
<Organization Chart>.Display (Function)
Reinitializes the content of an Organization Chart control from its data source (HFSQL data file for example).
OrgDisplay (Function)
Reinitializes the content of an Organization Chart control from its data source (HFSQL data file for example).
3. Deploying a dynamic WEBDEV site
<Table>.Print (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.
Character strings
WLanguage supports different types of strings....
CommonLength (Function)
Returns the number of common characters between two strings (from the beginning or from the end of the string).
HExtractMemo (Function)
Extracts the content of a binary memo item from an HFSQL file, a query or an HFSQL view to a physical file (on disk).
Images and buttons
WINDEV, WEBDEV and WINDEV Mobile include many features to improve the appearance of applications and sites......
Tutorial
A tutorial is supplied with WINDEV, WEBDEV and WINDEV Mobile......
FTPRemoveDir (Function)
Deletes a directory and its content (files and sub-directories) from an FTP server (File Transfer Protocol).
Exchange operator (<=>)
The <=> operator is used to exchange the contents of two elements...
Setup mode
Several methods can be used to distribute a WINDEV application......
REST Webservices: Automatic deserialization of request
In a REST Webservice, an entry point can have several types......
Mode (Property)
The Mode property describes: the minimum number of nodes that must acknowledge a write operation before it is considered as successful (mongoWriteConcern variable). the management mode of multicolumn sections (docFormatMulticolumn variable). how the tooltip of a step of a guided tour is displayed....