ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

UploadCopyFile (Function)
Saves on the server a file "uploaded" by the Web user. This upload may have been performed: via an "Upload" edit control. via a single-file or multi-file Upload control....
ERR_BAD_COMMANDLINE
ERR_BAD_COMMANDLINE error...
BLOCK
The <BLOCK> keyword is used in the code editor to declare custom blocks of code. These blocks of code are used to highlight the different steps of an algorithm and to group the declarations of variables or members.
1. Managing emails
WINDEV includes multiple methods to manage emails...
<Upload>.CopyFile (Function)
Saves on the server a file "uploaded" by the Web user. This upload may have been performed: via an "Upload" edit control. via a single-file or multi-file Upload control....
<Camera>.Display (Function)
Displays in a Camera control the video sequence currently transmitted by a "web camera" or by the camera found on the mobile device. Function kept for "Version-26-compatible" Camera controls....
The Table control populated programmatically
A Table control populated programmatically is directly linked to lists stored in memory......
dCopy (Function)
Copies an image to another image.
MVP RAD
WINDEV proposes an MVP RAD that generates the "table" and "form" windows as well as the necessary Presenter and Model classes......
Remote WEBDEV administrator: Create a WEBDEV account
The management of accounts is accessible in the remote administrator for the server administrator only....
SCM: Migrating projects
When changing the version of the development tool, the projects found in the SCM must be migrated to this new version......
Sliding window (sliding menu)
The sliding windows (also called sliding menus) are often used in the mobile applications......
Constants used by properties associated with windows, reports, pages and controls
List of constants used by properties associated with windows, reports, pages and controls....
Image (Keyword)
The Image keyword can correspond to: an Image variable. a property used to get and change the image of an element....
Spreadsheet control in a window
The spreadsheet is one of the most often used business tools. The Spreadsheet control is used to include a spreadsheet in your WINDEV windows....
Progress Bar control properties
List of properties associated with the Progress Bar control...
Creating an executable: Data file directory
Two types of directories can be configured when creating the executable......
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
TABOrder (Property)
The TABOrder property gets and sets the position of a control in the tab order of a window.
MongoGridFSGetFile (Function)
Retrieves (on the local computer) a file identified by its name and found in a MongoDB file system.
Managing actions with Undo/Redo
WINDEV allows you to easily manage the Undo/Redo feature in your applications with the ActionXXX functions......
Creating the executable and the setup program
The languages supported by the application are taken into account......
<Image variable>.Resize (Function)
Resizes an image in an Image variable.
<Image>.Resize (Function)
Resizes an image in an Image control.
Automatic calendar for the Date edit controls (AAF)
The Date edit control automatically propose a "Calendar" option in their popup menu....