ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<picLayer variable>.Resize (Function)
Resizes an image in a picLayer variable.
<picLayer variable>.InvertColor (Function)
Inverts the colors of a picLayer variable.
Operator on Address
The & operator returns the address of a variable as an integer
.NET Assemblies
.NET is Microsoft's software development platform......
Description of a Pivot Table control
The description window of a Pivot Table control is used to configure several elements of the control......
Message (Property)
The Message property is used to: Find out the help message associated with a control or with a menu option (in a window). Modify the help message associated with a control or with a menu option (in a window)....
ExecuteUpdateUI (Function)
Immediately executes the "Request for refreshing the display" event of the window, page, internal window, internal page, control template or supercontrol. This function is kept for backward compatibility.
UncompleteDir (Function)
Removes the '/' or '\' characters from the end of a string, if necessary....
The ActiveX control
The ActiveX control is used to easily manage the ActiveX technology......
grDestinationWnd (Function)
Defines a window as chart destination.
WinEditMode (Property)
The WinEditMode property is used to determine and configure the actions allowed on a window and its controls when the window switches to "Allow end users to modify the UI" mode.
Handling Ribbon controls programmatically
WINDEV allows you to programmatically handle Ribbon controls, as well as their tabs and groups....
dEncrustColor (Function)
Encrusts a color in an image found in an Image variable].
WinStatus (Function)
Gets or sets the window state.
The Progress Bar control
The Progress Bar control is used to follow the progress of an event......
WaitWindowStart (Function)
Opens the wait window of application.
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.