ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

dPixelOpacity (Function)
Identifies the opacity of a pixel in an image that has an Alpha channel. This image can be: an Image control, an Image variable, a WDPic variable (on the background layer), a picLayer variable....
SCM: Working with the Source Code Manager
The principle for working with the Source Code Manager is as follows......
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
Report templates and inheritance
When a report template is applied to a report, all the controls and code found in the template are "copied" into the report......
URIToFile (Function)
Saves, in the background, the content of a resource (image, text, etc.) identified by its URI in an external file.
Instant spotting of modified code/current code
The modified lines of code are immediately visible......
RGB (Function)
Defines a color from its Red, Green and Blue components.
URIToBuffer (Function)
Loads in the background the content of a resource (image, text, etc.) identified by its URI in a buffer variable.
HTML (Property)
The HTML property is used to: find out whether the current report is printed in HTML mode. manage the HTML type of a Static control found in a report....
Various constants
List of various constants used by the constants WINDEV functions....
Table controls in "Server + AJAX" mode
The Table controls can be 100% AJAX......
ImageMode (Property)
The ImageMode property gets and sets the display mode of an image in an Image control, in the column of a table of type Image or in the background of a Chart control in a window.
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.
GanttGetTask (Function)
Gets a task using its identifier in a Gantt Chart column in a Table or TreeView Table control.
WLanguage procedure called by iOSApplicationOpenURLProcedure
WLanguage procedure ("callback") called by iOSApplicationOpenURLProcedure when the application must open a resource identified by a URL.
<Gantt chart>.GetTask (Function)
Gets a task using its identifier in a Gantt Chart column in a Table or TreeView Table control.