ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
<WDPic variable>.DrawPolygon (Function)
Draws a polygon in a WDPic variable.
<WDPic variable>.DrawRectangle (Function)
Draws a rectangle in a WDPic variable.
<pdfDocument variable>.Save (Function)
Saves the content of a pdfDocument variable in a ".PDF" file.
<Image variable>.Crop (Function)
Returns the cropped part of an image. This image is found in an Image variable.
Error 1048: The inheritance is not allowed in a composite variable
FOR EACH/FOR ALL statement (browse of associative arrays)
The FOR EACH statement is used to perform different types of browse on the associative arrays...
Sunburst chart
The Sunburst chart is a Pie chart containing several levels of hierarchical data......
dClear (Function)
Clears the content of an Image variable or Image control and fills it with the specified color.
Data model editor: the different types of items
The different types of items proposed in the data model editor are as follows:
CtAccess (Property)
The CtAccess property is used to set the type of access to the data file when connecting to a specific table via OLE DB.
MoveColumn (Function)
Moves or swaps a column in a two-dimensional array property contained in an advanced type (xlsDocument, etc.).
CtDescribedAccess (Property)
The CtDescribedAccess property is used to set the type of access to the data file when connecting to a specific table via OLE DB.
dCopyImage (Function)
Copies an image: from an Image control to another Image control. from an Image variable to another Image variable....
<picLayer variable>.DrawRectangle (Function)
Draws a rectangle in a picLayer variable.
PDFSave (Function)
Saves the content of a pdfDocument variable in a ".PDF" file.
<Email variable>.BuildSource (Function)
Generates the source code of the email to send from an Email variable.
Changing sites from AWP to SEO-ready session mode
dCrop (Function)
Returns the cropped part of an image. This image is found in an Image variable.
Programming a status bar
WINDEV allows you to handle a status bar and a cell found in a status bar through programming......
FileToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
AppointmentReset (Function)
Reinitializes: the Appointment structure. the Appointment variable....
ContactReset (Function)
Reinitializes: the Contact structure. a Contact variable....
<WDPic variable>.DrawCircle (Function)
Draws a circle or an ellipse in a WDPic variable.
PDFClose (Function)
Closes the PDF file loaded in memory in a pdfDocument variable.