ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableSelectMinus (Function)
Deselects a row from a Table or TreeView Table control.
<Image variable>.Fill (Function)
Colors an area in an Image variable.
<Image>.Font (Function)
Declares the font that will be used by dTexte in an Image control.
<Image>.Background (Function)
Declares the default background color for the rectangles and circles, ... used in an Image control.
<Image>.DrawLine (Function)
Draws a line in an Image control.
<Image>.PixelColor (Function)
Identifies the color of a pixel in an Image control.
<Table>.DisableFilter (Function)
Disables a user filter on a column or on all the columns found in a Table or TreeView Table control.
TableFilteredColumn (Function)
Returns the list of columns filtered by the user in a Table or TreeView Table control.
TableInsertLine (Function)
Inserts a row into: a Table control, a TreeView Table control....
TableSwapLine (Function)
Swaps: two rows in a Table control populated programmatically. two branches in a Treeview Table control populated programmatically....
dFill (Function)
Colors an area: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
dSaveImageJPEG (Function)
Saves an image: in a JPEG file. in memory....
<Image>.Pen (Function)
Declares the default color and style for the lines, rectangles, circles, ... in an Image control.
dCopyImage (Function)
Copies an image: from an Image control to another Image control. from an Image variable to another Image variable....
<Image variable>.PixelOpacity (Function)
Identifies the opacity of a pixel in an image (in an Image variable) with an Alpha channel.
<Image variable>.Rotation (Function)
Rotates an image in an Image variable.
<Image variable>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
<Image variable>.StartDrawing (Function)
Indicates that the drawing functions that will be used are intended for an Image variable.
<Image variable>.HorizontalSymmetry (Function)
Flips an image contained in an Image variable with respect to a horizontal axis (symmetry with respect to a horizontal axis).
<Image variable>.VerticalSymmetry (Function)
Flips an image contained in an Image variable with respect to a vertical axis (symmetry with respect to a vertical axis).
TableInfoXY (Function)
Returns for a given position in a Table or TreeView Table control (coordinates of a control point): the name of the column displayed for the specified position. the index of the row or column for the specified position....
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......
Animation of controls
WINDEV and WINDEV Mobile allow you to animate the controls found in a window......
CheckMarkStyle (Property)
The CheckMarkStyle property gets and sets the check icon of a menu option. This icon appears only if the menu option is checked.
dRectangle (Function)
Draws a rectangle: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....