ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Drag and Drop
Drag and Drop is used to transfer data between several controls with the mouse. This data can be moved between several controls found in the same application or in different applications.
<Table>.InsertLineWithAnimation (Function)
Inserts a row into a Table control or into a TreeView Table control with an animation.
<TreeView Table>.InsertChild (Function)
Inserts a row into a TreeView Table control, in a given hierarchy level.
<mongoGridFS variable>.SendFile (Function)
Copies a file from the local computer to a MongoDB file system (gridFS).
NextIndex (Function)
Returns the number of the next row displayed in the current Table control.
<Pivot table>.CollapseAll (Function)
Collapses all row and/or column headers in a Pivot Table control....
MatAdd (Function)
Adds two matrices of same dimensions (same number of rows and same number of columns).
SQLGetMemo (Function)
Retrieves the content of a Memo column from the query result, for the current row.
EmailStartPOP3Session (Function)
Starts a session for receiving and reading emails with the POP3 protocol.
dCopieImageChamp (Control)
Copies the image of a control in a WINDEV window to a variable of type Image.
Creating requirements
The following steps must be performed to implement the requirements......
Animation of controls
WINDEV and WINDEV Mobile allow you to animate the controls found in a window......
Compiling and testing the help system
It is necessary to compile the help to create a file based on the information entered in the help editor......
Handling a status bar in the window editor
This help page presents the different operations that can be performed in a status bar......
New Features brochure - Version 27: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure....
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
Properties associated with windows, pages and controls
List of properties associated with windows, pages and controls...
spDerivation (Property)
The spDerivation property is used to: Get the key derivation function used to hash an item of type "Password". This property can be used for items of type "Password" defined in the data model editor or programmatically. Set the key derivation function used for hashing (only for "Password" items defined programmatically)....
The charts
To include charts in your applications or in your sites, WINDEV, WEBDEV and WINDEV Mobile include......
The Pivot Table control
The Pivot Table control dynamically displays data coming from the crosscheck of different files found in a database......
Structure of data files of user groupware
Enumeration and Combination items
WINDEV, WEBDEV and WINDEV Mobile propose the Enumeration and Combination types......
Project Management Hub: Using Tags
Tags are used to associate keywords with incidents in the Project Management Hub......
Handling a Logical Data Model (LDM)
The main operations that can be performed on an LDM are as follows......
TwainToTIFF (Function)
Allows you to: save the document coming from the Twain device in a TIFF file. view the document coming from the Twain device in the user interface of device. save the document coming from the Twain device directly in memory in TIFF format (in a buffer)....
ScanToImage (Function)
Retrieves a document from a scanner in a variable of type Image.