ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

dbgCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
Generating and deploying 64-bit applications
WINDEV allows you to automatically generate and install a 64-bit application.
dSaveImageICO (Function)
Saves an image in icon format either in a file, or in memory.
dCopy (Function)
Copies an image to another image.
dSaveImageTIFF (Function)
Saves an image in TIFF format into a file or memory.
dTransferToImage (Function)
Creates an image from a buffer of pixels encoded in a specific format. This function is an advanced function. This function is mainly used to handle the images returned by external APIs via Image variables....
dModifyOpacity (Function)
Modifies the opacity of an image (which means the alpha channel of the image).
dbgError (Function)
Provokes: an assertion during the test of element or project (Go mode). an error in automated test mode....
dbgCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
dbgCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
dbgCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
dbgCheckTrue (Function)
Checks whether an expression is set to True in assertive programming and in automated test mode.
dShadow (Function)
Adds a shadow effect on an image found in an Image variable].
dCopyScreenImage (Function)
Copies the screen content to an Image variable or to an Image control.
dCopyWindowImage (Function)
Copies the image from a WINDEV window to an Image variable or to an Image control.
Site map of PC SOFT documentation
Constants for managing MongoDB databases
Constants used by the Mongoxxx functions...
The Table control on mobile devices (Android and iOS)
The Table control is available for Android and iOS applications......
DocSelect (Function)
Selects a fragment in a Word Processing control.
Refreshing the page data
In a dynamic WEBDEV site, the page data is refreshed during a user action......
DocEndModification (Function)
Signals the end of grouping for a set of operations in a single event (management of "undo/redo")....
3. Types of accessible data files
Manipulating Dashboard controls programmatically (prefix syntax)
To programmatically manipulate Dashboard controls, WINDEV, WEBDEV and WINDEV Mobile include dashboard-specific functions......
How to fill a TreeView control from a data file? (prefix syntax)
By default, the TreeView control cannot automatically display the data coming from a data file......
Managing duplicates in the TreeView controls (prefix syntax)
WINDEV and WEBDEV allow you to add duplicates into the elements of a TreeView control......