ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Drawing in WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions for displaying, drawing, copying and saving the drawings and images from your applications or sites......
User (Property)
The User property is used to manage the user of a connection (HFSQL Client/Server, OLE DB, etc.)....
Provider (Property)
The Provider property is used to manage the type of a connection (HFSQL Client/Server, OLE DB, etc.)....
dCopyWindowImage (Function)
Copies the image from a WINDEV window to an Image variable or to an Image control.
EmailCopy (Function)
Copies an email found in a directory to another directory of an IMAP server.
Database access: summary
WINDEV and WEBDEV support different SQL query execution modes depending on how the database was accessed.......
SpreadsheetBorderSelection (Function)
Modifies the border of selected cells in a Spreadsheet control found in a window.
SpreadsheetGetSelection (Function)
Retrieves the list of selected cells in a Spreadsheet control found in a window.
SpreadsheetTypeAndMaskSelection (Function)
Returns or modifies the type and mask of selected cells in a Spreadsheet control.
MongoGridFSSendFile (Function)
Copies a file from the local computer to a MongoDB file system (gridFS).
Layout (Property)
The Layout property is used to get the layout of the cells in a Layout control.
<emailAttach variable>.SaveAttachment (Function)
Copies the attachment of current email onto the user computer (locally).
<Spreadsheet>.GetSelection (Function)
Retrieves the list of selected cells in a Spreadsheet control found in a window.
<Spreadsheet>.TypeAndMaskSelection (Function)
Returns or modifies the type and mask of selected cells in a Spreadsheet control.
<Spreadsheet>.BorderSelection (Function)
Modifies the border of selected cells in a Spreadsheet control found in a window.
<mongoGridFS variable>.SendFile (Function)
Copies a file from the local computer to a MongoDB file system (gridFS).
EmailSaveAttachment (Function)
Copies the attachment of current email onto the user computer (locally).
dCopieImageChamp (Control)
Copies the image of a control in a WINDEV window to a variable of type Image.
PythonExecute (Function)
Executes a function present in a Python module.
CursorOptions (Property)
The CursorOptions property is used to manage the type of cursor used for a connection (Native Connectors, OLE DB, etc.).
Importing an HTML page into a WEBDEV site
WEBDEV allows you "suck up" the existing HTML pages......
PythonTerminate (Function)
Unloads the Python DLL and frees memory.
Access (Property)
The Access property is used to manage the type of access of a connection (HFSQL Client/Server, OLE DB, etc.)....
Database (Property)
The Database property is used to manage databases associated with a connection (HFSQL Client/Server, OLE DB, etc.)....
CtUserName (Property)
The CtUserName property is used to set the username that will be used when connecting to a specific table via OLE DB.