ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DecryptStandard (Example)
Usage example of the DecryptStandard function
Creating a WINDEV Mobile project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
Check: SMART status of storage drives
The monitoring robot will measure the SMART attributes of a server's hard drives......
Project Management Hub: Using Tags
Tags are used to associate keywords with incidents in the Project Management Hub......
Combo Box columns in Table controls
A Table control (populated programmatically, based on a data file or based on a variable) can include Combo Box columns......
Creating an update query
An Update query (SQL UPDATE statement) is used to modify the records in a database file......
notificationFormat (Type of variable)
The notificationFormat type is used to describe the display format of a notification when this one is expanded.
WDInst: including an "autorun" in a setup on CD
An "autorun" can be run (or not) when the setup CD is inserted into the drive of the setup computer......
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor....
Creating the menus for the windows of the WINDEV RAD pattern
RequestUpdateUIParent (Function)
Asks to run the "Request for refreshing the display" process of parent. This function is kept for backward compatibility.
ExecuteUpdateUIParent (Function)
Immediately executes the "Request for refreshing the display" event of the parent. This function is kept for backward compatibility.
Action Bar of a window
Action Bars replace the title bar of a window and display different types of information......
How to use an array of structures?
An array of structures is an Array variable......
Events associated with Static controls
List of events associated with Static controls...
LabelNumberToStart (Property)
The LabelNumberToStart property is used to: Find out the number of the label on the label sheet from which the print will be performed. Modify the number of the label from which the print will be performed on the label sheet....
iPrintBlock (Function)
Forces a report block to print.
Webification
WEBDEV Tutorial - Webifying a WINDEV project Webification - 10 min
HashFile (Function)
Calculates the Hash of a file according to a specific algorithm.
ProgressBarEnable (Example)
Usage example of the ProgressBarEnable function
fSelectDir (Example)
Usage example of the fSelectDir function
Serialize (Example)
Usage example of the Serialize function
ParallelTaskExecute (Example)
Usage example of the ParallelTaskExecute function
<Scanner variable>.ToImage (Function)
Retrieves a document from a scanner in a variable of type Image.
EnumElement (Example)
Usage example of the EnumElement function