ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<picLayer variable>.DrawArc (Function)
Draws a circle arc or an ellipse arc in a picLayer variable.
<Image variable>.DrawShadow (Function)
Adds a shadow effect on an image found in an Image variable.
<Document variable>.UndoCount (Function)
Returns the number of actions that can be undone in a Document variable.
Operator on Address
The & operator returns the address of a variable as an integer
<Image variable>.ModifyHSL (Function)
Modifies the hue, saturation and lightness of an image in an Image variable.
<WDPic variable>.DrawArc (Function)
Draws a circle arc or an ellipse arc in a WDPic variable.
dShadow (Function)
Adds a shadow effect on an image found in an Image variable.
InMinutes (Property)
The InMinutes property is used to convert a Duration variable to minutes.
<pdfDocument variable>.ExtractPage (Function)
Extracts a page from a PDF file in a variable of type Image.
XMLExecuteXPath (Function)
Executes an XPATH query: in an XML document. in an xmlDocument variable....
<Image variable>.Crop (Function)
Returns the cropped part of an image. This image is in an Image variable.
InDays (Property)
The InDays property is used to convert a Duration variable to days.
xlsDocument (Variable type)
An xlsDocument variable is used to describe and modify an Excel document...
PDFClose (Function)
Closes the PDF file loaded in memory in a pdfDocument variable.
<docFragment variable>.Add (Function)
Adds an element, text or image at the end of a docFragment variable.
<Image variable>.DrawPolyline (Function)
Draws a line composed of multiple segments in an Image variable.
<Document variable>.ToImage (Function)
Exports a page contained in a Document variable in image format.
How to use the indirection operators?
The indirection operators ({ }) are used to handle an object whose name is found in a variable......
Handling a WEBDEV Slider control through programming
WEBDEV allows you to handle a Slider control through programming....
Handling a Static control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle a Static control programmatically......
Handling a Scrollbar control through programming
WINDEV allows you to handle a Scrollbar control through programming......
Handling an Action Bar through programming
An Action Bar can be handled through programming. To do so, use the variable corresponding to the Action Bar in the code....
AddLine (Function)
Adds a row at the end: of a one- or two-dimensional WLanguage array. of a two-dimensional array property of a variable type (xlsDocument variable for example])....
Manipulating a Text token Edit control
...Interfaces that use token controls are common. A Token control contains variable amounts of information in a limited area....