ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Dockable panel>.Activate (Function)
Activates a panel when several panels are docked together.
<Image editor>.Close (Function)
Closes the image found in an Image Editor control.
PanelActivate (Function)
Activates a panel when several panels are docked together.
PicClose (Function)
Closes the image found in an Image Editor control.
<Image Editor>.Save (Function)
Saves the image displayed in the Image Editor control.
<Image variable>.EncrustColor (Function)
Encrusts a color in an image found in an Image variable.
dEncrustColor (Function)
Encrusts a color in an image found in an Image variable.
"Clickable" image in a window
WINDEV and WINDEV Mobile give you the ability to use clickable images......
ConfigureAWPContext (Function)
Configures the operating mode of the AWP context.
ImageHeight (Property)
The ImageHeight property is used to: Find out the height of the image section displayed in an image control or in the background of a chart control. Modify the height of the image section displayed in an image control or in the background of a chart control....
Binding an Image control to an item
An Image control can correspond to an item found in a table, in a query,...
OrganizerPosition (Function)
Displays an Organizer control from a specified date or returns the date of the first day (or the date of the last day) displayed in an Organizer control.
<Organizer>.Position (Function)
Displays an Organizer control from a specified date or returns the date of the first day (or the date of the last day) displayed in an Organizer control.
Managing the database schema versions
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the different versions of the database schema from the data model editor......
Check: Activity of an application
The monitoring robot proposes to check the activity of a WINDEV application......
Conceptual Data Model (CDM)
In the MERISE methodology, the conceptual data model defines the objects and the actions that must be taken into account in the database......
The indexed controls
A control is an indexed control if it contains several controls with the same name......
The log process
...A log is a special file that contains the history of all changes made to one or more data files over a given period of time (date the file was created, last automatic data modification, last backup created with WDLog, etc.)...
Code editor: Snake_case or PascalCase
There are several naming conventions to write variables in the code......
TABOrder (Property)
The TABOrder property gets and sets the position of a control in the tab order of a window.