ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

dHorizontalSymmetry (Function)
Flips an image with respect to a horizontal axis (symmetry with respect to a horizontal axis).
<Table>.ColumnIndex (Function)
Returns the index of a column in a Table or Treeview Table control.
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....
dEndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
dStartDrawing (Function)
Indicates that the drawing functions that will be used are intended for: the specified Image control, the specified Image variable, the specified Image variable, the specified WDPic variable (on the background layer), the specified picLayer variable....
dVerticalSymmetry (Function)
Flips an image with respect to a vertical axis (symmetry with respect to a vertical axis).
<Table>.SwapLine (Function)
Swaps: two rows in a Table control populated programmatically. two branches in a Treeview Table control populated programmatically....
<WDPic variable>.DrawArc (Function)
Draws a circle arc or an ellipse arc in a WDPic variable.
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......
Anchoring in a page
In a page, the anchors define how the content of a page will behave when the page is enlarged by the Web user....
TableSwapLine (Function)
Swaps: two rows in a Table control populated programmatically. two branches in a Treeview Table control populated programmatically....
AppointmentReset (Function)
Reinitializes: the Appointment structure. the Appointment variable....
Camera control: decoding the bar codes (prefix syntax)
In iOS and Android, the bar codes can be decoded via the Camera control by BCCapture......
Developing an iOS 13 widget
An iOS widget is an application intended to be displayed as a widget on iOS devices (iPhone, iPad, etc.
TableColumnIndex (Function)
Returns the index of a column in a Table or Treeview Table control.
dSaveImagePNG (Function)
Saves an image: in a PNG file. in memory....
dSaveImageJPEG (Function)
Saves an image: in a JPEG file. in memory....
dSaveImageGIF (Function)
Saves an image: in a file in GIF format. in memory....
dSaveImageBMP (Function)
Saves an image: in a file in BMP format. in memory....
ColorHue (Function)
Calculates the hue of a color.
ColorSaturation (Function)
Calculates the saturation of a color.
ColorLightness (Function)
Calculates the lightness of a color.
<WDPic variable>.DrawCircle (Function)
Draws a circle or an ellipse in a WDPic variable.
<WDPic variable>.DrawChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line) in a WDPic variable.
<picLayer variable>.DrawPoint (Function)
Draws a point in a picLayer variable.