ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Native SQL Server Connector for WINDEV and WEBDEV
WINDEV and WEBDEV offer an optional Native SQL Server Connector (also called Native SQL Server Access)...
Web Camera control events
The following events appear by default in the WEBDEV code editor:
KeyGenerateInitialKey (Function)
Generates the initial key (unique license number) for the activation system of the application.
fListResource (Function)
Lists the resources integrated to the application.
fDriveInfo (Function)
Returns information about a drive.
gpwOpenLDAPSession (Function)
Informs the User Groupware that the authentication of users will be done via an LDAP directory.
Events associated with Flash controls
List of events associated with Flash controls...
LooperToWord (Function)
Creates a Word file (.RTF) using the data from a Looper control.
iReportPrintingStatus (Function)
Returns the status of the current print.
dFont (Example)
Usage example of the dFont function
xmlDocument (Type of variable)
The xmlDocument type is used to handle an XML file.
Image editor
WINDEV, WEBDEV and WINDEV Mobile include an image editor......
Report viewer: "Preview" tab
The report viewer allows end users to view reports before printing them......
Report with parameters
When printing a report, you have the ability to pass parameters to this report......
Programming an indexed control
MVP RAD
WINDEV proposes an MVP RAD that generates the "table" and "form" windows as well as the necessary Presenter and Model classes......
HAccelerateSpeed (Function)
Reorganizes the internal structure of the indexes to optimize the speed for accessing the data.
RequestRefreshUIParent
Asks to run the "Request for refreshing the display" process of parent.
DisplayCurrency (Property)
The DisplayCurrency property is used to get and change the currency used when entering or displaying values in a "Currency + Euro" control.
MemoryCurrency (Property)
The MemoryCurrency property is used to get and change the currency used when manipulating a "Currency + Euro" control programmatically.
Multiline (Property)
In a window or page, the Multiline property is used to: find out and modify the "Multiline" option of an Edit control. find out and modify the "Multiline" option of a column in a Table control. In a report, the Multiline property is used to determine and change the "Multiline" option of a control....
Binding a Combo Box control to an item
Associating an image with the elements of a TreeView control
The different methods for associating an image with the elements of a TreeView control....
Programming a WEBDEV drop-down menu
Once the drop-down menu of your site is created, all you have to do is associate an action with each menu option......
HDescribeItem (Function)
Describes a file item through programming.
fWrite (Function)
Writes: a character string into an external file. a memory section....