ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Choose the type of image: dynamic, static, generated, ...
The images are often used to illustrate the site pages...
CameraCapture (Function)
Captures the images received from the camera: as an image: takes a photo. as a video: records a video. Function kept for "Version-26-compatible" Camera controls....
<Camera>.Capture (Function)
Captures the images received from the camera: as an image: takes a photo. as a video: records a video. Function kept for "Version-26-compatible" Camera controls....
7. Available controls in a window
WINDEV Mobile includes several types of controls...
Primary (Property)
The Primary property can be used: on the gglPostalAddress type. on the gglEmail type. on the gglInstantMessaging type on the gglOrganization type on the gglPhoneNumber type]....
zipExeCreationParameter (Variable type)
The zipExeCreationParameter type is used to define all the information needed to create a self-extracting archive (.EXE file). This new variable type is available from WINDEV Suite SaaS 2025 Update 3....
sysNotificationProgressBar (Variable type)
The sysNotificationProgressBar type is used to define all the characteristics of a progress bar displayed in an interactive notification, including text, progress, etc. This new variable type is available from WINDEV Suite SaaS 2025 Update 1....
dFont (Function)
Declares the font to be used by the dText function: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Definition (Variable type)
The Definition type is used to find out the characteristics of a type: simple type, advanced type, class, structure....
Binding an Image control to an item
An Image control can correspond to an item found in a data file, in a query, ......
<Image variable>.DrawRectangleGradient (Function)
Draws a rectangle in an Image variable.
<Image>.PixelColor (Function)
Identifies the color of a pixel in an Image control.
Description of a WEBDEV element style
This window allows you to describe a CSS style that will be used for the controls of your WEBDEV project......
<Image variable>.Rotation (Function)
Rotates an image in an Image variable.
WINDEV: Windows created via the "window" RAD
The wizard for window creation proposes several types of windows associated with HFSQL tables......
NET constants
List of constants used by the DotNet functions....
dPolygon (Function)
Draws a polygon: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
14. Controls in practice
pdfTextElement (Type of variable)
The pdfTextElement type is used to find out all the characteristics of a text element in a PDF page.
Container controls
WINDEV, WEBDEV and WINDEV Mobile feature different controls that can contain other controls......
CollapsedImage (Property)
The CollapsedImage property is used to: find out and/or modify the default image associated with a collapsed row in a TreeView Table control. find out and/or modify the default image associated with a collapsed row in a TreeView control. find out and/or modify the image associated with a specific collapsed row in a TreeView Table control. find out and modify the image in a collapsed row of a TreeView item in a "TreeView table" type report....