ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

InVGAMode (Function)
Indicates whether the application is run in VGA mode on a mobile device.
SysIdentifier (Function)
Returns the unique identifier of the current mobile device.
ContactDelete (Function)
Deletes the current contact: from a Lotus Notes or Outlook address book. from the list...
<picLayer variable>.Fill (Function)
Colors an area in a picLayer variable.
Importing an HTML page into a WEBDEV site
WEBDEV allows you "suck up" the existing HTML pages......
AppointmentLast (Function)
Reads the last appointment in a Lotus Notes or Outlook calendar.
<Image variable>.PixelColor (Function)
Identifies the color of a pixel contained in an Image variable.
<Image variable>.Background (Function)
Declares the default background color for rectangles, circles, ... used in a variable of type...
AppointmentFirst (Function)
Reads the first appointment in a Lotus Notes or Outlook calendar.
AppointmentPrevious (Function)
Reads the appointment before the current appointment in a Lotus Notes or Outlook calendar.
<Image variable>.DrawLine (Function)
Draws a line in an Image variable.
Camera/Video functions (prefix syntax)
Closes the current browser window and stops the execution of the current code....
Control animations
WINDEV and WINDEV Mobile allow you to animate the controls found in a window......
AppointmentNext (Function)
Reads the appointment after the current appointment in a Lotus Notes or Outlook calendar.
<Image variable>.Pen (Function)
Declares the default color and style for lines, rectangles, circles, etc. contained in a variable...
AppointmentToiCalendar (Function)
Exports an appointment or a list of appointments in iCalendar format.
<Image variable>.Font (Function)
Declares the font to be used by the dText function in a Image type variable.
<Image>.ChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
dSaveImage (Function)
dSaveImage is kept for backward compatibility.
Customizing the interface of a Table control
In a Table control, you have the ability to customize the following elements......
<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...
TableEnableFilter (Function)
Implements a user filter on a column found in a Table or TreeView Table control.