ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Style of a control
As soon as it is created, a control is associated with a style......
Importing styles from a WordPress theme with WEBDEV
WordPress offers numerous templates to create original websites......
Notification (Type of variable)
The Notification type is used to handle the local notifications or the push notifications.
HTMLToText (Function)
Converts an HTML string or buffer to text.
TwainToClipboard (Function)
Allows you to: copy the document coming from the Twain device into the clipboard. view the document coming from the Twain device in the user interface of device....
Handling a Range Slider through programming
WINDEV allows you to handle a Range Slider control through programming......
Events associated with a Dashboard control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
TreeView Table report
The report editor allows you to create "TreeView Table" reports......
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:...
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......
Responsive Web Design: Tips
The Responsive Web Design was used in your pages but you still encounter some lock points......
Programming custom calculations in Table controls
WDLog: Presentation
The different operations that can be performed with WDLog are as follows......
Application patch
Once an application was installed, the application library had to be reinstalled whenever a modification was performed (WDL file)......
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......
Handling an Edit control programmatically
You can handle Edit controls programmatically......
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
XMLExecuteXPath (Function)
Executes an XPATH query: in an XML document. in an xmlDocument variable....
emailSMTPSession (Type of variable)
The emailSMTPSession type is used to access a messaging server by using the SMTP protocol (Simple Mail Transfer Protocol) in order to send emails.
Error (Function)
Displays a custom error message in a system error window.
Handling of automation in Table Columns
Cancels the current search criterion....
HReadLast (Function)
Sets the position on the last record of a table according to a browse item.
xmlNode (Variable type)
The xmlNode type is used to handle a node of an XML document.
Progress Native Connector: Programming with HFSQL functions
To use a Progress database with the Native Connector, you must......