ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Document variable>.ToImage (Function)
Exports a page contained in a Document variable in image format.
dCrop (Function)
Returns the cropped part of an image. This image is in an Image 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.
dCopyScreenImage (Function)
Copies the screen contents to an Image variable or to an Image control.
<Email variable>.BuildSource (Function)
Generates the source code of the email to send from an Email variable.
<picLayer variable>.DrawArc (Function)
Draws a circle arc or an ellipse arc in a picLayer variable.
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.
XMLExecuteXPath (Function)
Executes an XPATH query: in an XML document. in an xmlDocument variable....
How to use the indirection operators?
The indirection operators ({ }) are used to handle an object whose name is found in a variable......
Mode (Property)
The Mode property describes: the minimum number of nodes that must acknowledge a write operation before it is considered as successful (mongoWriteConcern variable). the management mode of multicolumn sections (docFormatMulticolumn variable). how the tooltip of a step of a guided tour is displayed....
Handling a Static control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle a Static control programmatically......
Handling a WEBDEV Slider control through programming
WEBDEV allows you to handle a Slider control through programming....
Date (Property)
The Date property is used to: Retrieve the date from a DateTime variable. Modify the date in a DateTime variable. Retrieve the date from a Date item (in "Date and Time" format) . Modify the date in a Date item (in "Date and Time" format)...
Time (Property)
The Time property enables you to: Retrieve the time from a DateTime variable. Modify the time in a DateTime variable. Retrieve the time from in a Date item (in "Date and Time" format) Modify the time in a Date item ("Date and Time" format)....
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])....