ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<picLayer variable>.Fill (Function)
Colors an area in a picLayer variable.
TableSelectPlus (Function)
Selects a row in a Table or TreeView Table control.
AppointmentLast (Function)
Reads the last appointment in a Lotus Notes or Outlook calendar.
AppointmentPrevious (Function)
Reads the appointment found before the current appointment in the calendar of a Lotus Notes or Outlook messaging.
AppointmentFirst (Function)
Reads the first appointment found in the calendar of a Lotus Notes or Outlook messaging.
AppointmentNext (Function)
Reads the appointment found after the current appointment in the calendar of a Lotus Notes or Outlook messaging.
AppointmentToiCalendar (Function)
Exports an appointment or a list of appointments in iCalendar format.
<Image variable>.Pen (Function)
Declares the default color and style for the lines, rectangles, circles, ... in an Image variable.
<Image variable>.Font (Function)
Declares the font that will be used by dText in an Image variable.
<Image variable>.Background (Function)
Declares the default background color for the rectangles and circles, ... used in an Image variable.
<Image variable>.DrawLine (Function)
Draws a line in an Image variable.
<Image variable>.PixelColor (Function)
Identifies the color of a pixel contained in an Image variable.
ERR_NO_APPLICATION
Testing a project: setting
By testing the project you can simulate how the application will run......
TableSelectCount (Function)
Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls).
dChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line): in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
TableCount (Function)
Returns: the number of columns found in a Table or TreeView Table control. the number of rows found in a Table or TreeView Table control....
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....
<WDPic variable>.DrawPolygon (Function)
Draws a polygon in a WDPic variable.
Camera/Video functions (prefix syntax)
<Image>.ChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
dSaveImage (Function)
dSaveImage is kept for backward compatibility.
<WDPic variable>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
<picLayer variable>.StartDrawing (Function)
Indicates that the drawing functions that will be used are intended for the specified picLayer variable.
dChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).