ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

dText (Function)
Draws a text: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
dRectangleGradient (Function)
Draws a rectangle: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...
New Features brochure - Version 27: New WINDEV features
New features in WINDEV 27 presented in the New Features brochure....
ImageInfoClose (Function)
Closes the image file (in JPEG or TIFF format) used by ImageInfoValue and/or ImageInfoList and frees the image from memory....
dCircle (Function)
Draws a circle or an ellipse: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
<Image>.HorizontalSymmetry (Function)
Flips an image in an Image control with respect to a horizontal axis (symmetry with respect to a horizontal axis).
<Image variable>.DominantImageColor (Function)
Returns the dominant color (i.e. most frequent color) of an image found in an Image variable.
AnimationSetParameter (Function)
Changes one of the animation parameters used for: an animated image (in an Image control), an animated text (in a Static control)....
dPixelColor (Function)
Identifies the color of a pixel: in an Image control. in an Image variable. in a picLayer variable. in a WDPic variable]....
Importing a non-WINDEV window
You are interested by a window found in a non-WINDEV application?......
Zooming an image (WEBDEV)
WEBDEV proposes several methods for zooming an image:...
ImageFirst (Function)
Displays the first image for the scroll.
ImagePrevious (Function)
Displays the previous image for the scroll.
ImageNext (Function)
Displays the next image for the scroll.
ImageLast (Function)
Displays the last image for the scroll.
MapDeleteAll (Function)
Deletes the following from a Map control: all markers, all shapes, all images....
WEBDEV styles
The WEBDEV styles are advanced styles, easier to use than the CSS styles......
AAF: Context menu of Image controls
A context menu is available for Image controls......
WinEdActive (Function)
Used to: determine if the "Allow end users to modify the UI" option is enabled in a window (or internal window). enable or disable the "Allow end users to modify the UI" option in a window (or internal window)....
<Window>.EdActive (Function)
Allows you to: determine if the "Allow end users to modify the UI" option is enabled in a window (or internal window). enable or disable the "Allow end users to modify the UI" option in a window (or internal window)....
WinChangeLayout (Function)
Applies a specific layout to: a window. an internal window....
OpenPopup (Function)
Opens a popup window and waits for this window to be closed.
SysWinActive (Function)
Returns the handle of the active window or activates a window.
First project window