ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

InputEnabled (Property)
The InputEnabled property is used to: Determine if a control or a group of controls is editable or read-only. Change the input options for a control or group of controls....
Creating a Java archive
When your Java application is developed, you can......
The "Code" pane
The "Code" pane is used to handle the procedures (local and global procedures) and the classes found in the current project ("Global procedures", "Local procedures" and "Classes" options)......
dSlice (Function)
Draws a circle section or an ellipse section: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
<Image variable>.PixelColor (Function)
Identifies the color of a pixel contained in an Image variable.
<Image variable>.StartDrawing (Function)
Indicates that the drawing functions that will be used are intended for an Image variable.
<Image>.SavePNG (Function)
Saves an image: in a PNG file. in memory....
<Image>.SaveJPEG (Function)
Saves an image: in a JPEG file. in memory....
dArc (Function)
Draws an arc of circle or an arc of ellipse: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
<Image>.DrawArc (Function)
Draws a circle arc or an ellipse arc in an Image control.
Assignment operators
Three assignment operators are available......
Handling controls in a window
The different operations that can be performed on the window controls are as follows......
<Image>.Pen (Function)
Declares the default color and style for the lines, rectangles, circles, ... in an Image control.
<Image>.Background (Function)
Declares the default background color for the rectangles and circles, ... used in an Image control.
Handling a TreeMap through programming
WINDEV allows you handle a TreeMap control through programming....
<Image variable>.ModifyContrast (Function)
Changes the contrast of an image in an Image variable.
Warning 124: Shadowing a global variable
<Image>.DrawRectangle (Function)
Draws a rectangle in an Image control.
<Image variable>.DrawTextRTF (Function)
Draws an RTF text in an Image variable.
<Image variable>.DrawCircle (Function)
Draws a circle or an ellipse in an Image variable.
WDAPI: Help about the APIs
WDAPI simplifies the use of Windows APIs in a WINDEV application......
Partial indexing of memos
You now have the ability to index the content of a text memo item......
<Image variable>.Font (Function)
Declares the font that will be used by dText in an Image variable.
Managing bar codes
The use of bar codes to identify and manage products has become essential......
Creating a table in a report
Tables can be created in a report......