ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WINDEV Mobile: Platforms, processors and operating systems
WINDEV Mobile applications can run on the following platforms...
7. Source Code Manager (SCM)
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
9. Hardware and software requirements
AAFs available for numeric edit controls
The numeric edit controls propose several AAFs (Automatic Application Features): a context menu proposing the "Calculator" option. the ability to modify the control value with the mouse wheel....
5. User Groupware in practice
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....
<Upload>.FileName (Function)
Returns the name of 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....
UploadFileName (Function)
Returns the name of 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....
VideoDisplay (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....
Properties associated with columns of Table controls
You can manipulate columns of Table controls in a window or page using the following WLanguage properties......
Manipulating days in a Calendar control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically manipulate the following elements......
HFSQL Client/Server: Scheduled tasks
The scheduled tasks are used to schedule automatic tasks......
10. Smart controls
Smart controls...
Modeling editor: Managing the styles
The modeling editor proposes an advanced management of styles......
Image properties (help system)
At any time, you can change the characteristics of an image inserted into a help page in the image properties......
Managing HBase databases
HBase is a non-relational (NoSQL) distributed database, based on columns and using non-structured storage for large tables......
WDGenPage: Use in command line mode
WDGenPage run in command line is used to generate one or more semi-dynamic pages without starting WEBDEV or WDGenPage....
The Date edit control: Input or display masks
WINDEV, WINDEV Mobile and WEBDEV propose two types of masks......
Retrieving documents coming from Twain devices
Several WINDEV functions allow you to retrieve documents from a Twain device......
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice directly impacts the freeing of the class objects: depending on the selected take of reference, the "Destructor" will not be called at the same time....
Playing a video with the MCI functions
MCI functions are used to easily handle the media files......