ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HVersion (Function)
Used to find out: whether the content of a file was modified. whether the content of a file used by a query was modified....
TmeLine control linked to a data file or variable
You can create TimeLine controls directly linked to the data....
InitialWidth (Property)
The InitialWidth property is used to: Find out the initial width of a control or window. Modify the base width used to anchor the controls in "width". Find out the initial width of a report control....
The options of the User Groupware
An application is often intended to be used by several users connected via a network......
sfSeekUpdatedResult (Type of variable)
The sfSeekUpdatedResult type is used to find out the result of SFSeekModified...
VariantMember (Type of variable)
The VariantMember type is an advanced type corresponding to an array of members, each member being a variant variable.
Handling Image controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle an Image control through programming......
GenerateLorem (Function)
Generates a random "Lorem ipsum" text to temporarily populate a control with text, for example.
LooperCollapse (Function)
Collapses a break that was expanded beforehand in a Looper control.
Class diagram
A class diagram describes the structure of a system via classes and the relationships among them......
Note (Property)
The Note property is used to: Find out the notes associated with a control, a window, a page or a report. Modify the notes associated with a control, a window a page or a report....
URLDecode (Function)
Decodes an encoded URL (which means with characters in %xx format).
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....
H.ErrIgnore (Variable)
Specifies the mode for processing the errors: the errors are processed by WINDEV the errors are processed by the program....
NetworkConnect (Function)
Associates a drive with a shared network directory.
Special paste
The Special paste command is used to explicitly choose the format in which the clipboard content will be pasted in the window editor......
Check: SMART status of storage drives
The monitoring robot will measure the SMART attributes of a server's hard drives......
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
dbgEnableAudit (Function)
Enables the dynamic audit through programming.
Collaboration diagram
A collaboration diagram presents the structural organization of objects that send and receive messages......
6. How to display an AWP site
An Active WEBDEV Page is a dynamic WEBDEV page without persistent context on the server....
Multiselection (Property)
The Multiselection property gets and sets the selection mode: in a Table and TreeView Table control. in a Pivot Table control. in a List Box and ListView control. in a Looper control. in a Calendar control. of files in an Upload control....
StatSum (Example)
Usage example of the StatSum function
StatMax (Example)
Usage example of the StatMax function
StatMin (Example)
Usage example of the StatMin function