ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Android: The different types of notifications
Android proposes several types of notifications to inform the user......
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
SCM: Migrating projects
When changing the version of the development tool, the projects found in the SCM must be migrated to this new version......
Drag and Drop from the explorer
The Drag and Drop from the explorer consists in selecting one or more files in the Windows explorer and in transferring them into a control of a WINDEV window......
fCreate (Function)
Creates an external file.
ExceptionChangeParameter (Function)
Configures the automatic behavior that will be implemented if an exception occurs in the current process.
EmailReadLastHeader (Function)
Reads the header of the last Email received, depending on the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
EmailReadFirstHeader (Function)
Reads the header of the first incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
EmailReadPreviousHeader (Function)
Reads the header of the email found before the current email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
CollapsedImage (Property)
The CollapsedImage property is used to: find out and/or modify the default image associated with a collapsed row in a TreeView Table control. find out and/or modify the default image associated with a collapsed row in a TreeView control. find out and/or modify the image associated with a specific collapsed row in a TreeView Table control. find out and modify the image in a collapsed row of a TreeView item in a "TreeView table" type report....
Handling HTML text in an Edit control
WEBDEV allows you to handle text in HTML via the "HTML format" option of the Edit controls and the HTML control....
Report based on a text file
In a report based on a text file, the information to print is read from a text file or is directly assigned in the report controls......
fResourceDir (Function)
Returns the path of the read-only resources of the application.
16. Types of code
picLayer (Type of variable)
The picLayer type is used to define all the advanced characteristics of a layer of an image loaded in a WDPic variable.
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
Automatic documentation of external components
External components must include a technical documentation......
Retrieving documents coming from Twain devices
Several WINDEV functions allow you to retrieve documents from a Twain device......
Event (Function)
Intercepts a Windows event on a control, a group of controls or a WINDEV window.
Looper control linked to a data file
A Looper control can be used to display the content of a data file or query......
ScreenToFile (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
Checkers available in the code editor
The code editor proposes several tools used to correct the code......
SecurePassword (Type of variable)
The SecurePassword type is a structured type used to obtain a secure, hashed and salted password.