ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Window>.EdSelectPlus (Function)
Selects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
WinEdSelectOccurrence (Function)
Indicates the number of controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
Information about a control found in a window or in a page
The window editor and the page editor allow you to get information about the controls used.
WinEdSelectPlus (Function)
Selects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
WinEdSelect (Function)
Returns one of the controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
<Window>.EdSelectMinus (Function)
Deselects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
<Window>.EdSelectOccurrence (Function)
Indicates the number of controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
<Window>.EdSelect (Function)
Returns one of the controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
iInitReportQuery (Function)
Initializes the query linked to the report (for a query with parameters).
FinRepayVal (Example)
Usage example of the FinRepayVal function
FinError (Example)
Usage example of the FinError function
FinPaymentNb (Example)
Usage example of the FinPaymentNb function
Sharing your source code with the SCM
WEBDEV Tutorial - A Source Code Manager for WEBDEV Sharing your source code with the SCM - 30 min...
TwainToPDF (Function)
Allows you to: save the document coming from the Twain device in a PDF file. view the document coming from the Twain device in the user interface of device. save the document coming from the Twain device directly in memory in PDF format (in a buffer)....
emailOutlookSession (Type of variable)
The emailOutlookSession type is used to handle the Outlook messaging software (emails, contacts, groups of contacts, tasks, appointments and folders).
Configuring an existing project for the SCM
Some operations are required before an existing project can be used by the Source Code Manager......
Project Management Hub: Managing the schedule
The project contributors can manage their tasks directly from the schedule or from the task list......
FinInterestRate (Example)
Usage example of the FinInterestRate function
Changing an application to 64-bit
WINDEV allows you to develop 64-bit applications......
Private Store for mobile applications
There are two methods two deploy your applications......
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....
PageParameter (Function)
Returns the value of a parameter passed to the current page.
WLanguage functions available for a report
Most WLanguage functions can be used in the events of a report (created with the report editor)......
zipAddFile (Example)
Usage example of the zipAddFile function
Custom-Folders in the analysis
Several file descriptions can be grouped into a "Custom-Folder"......
Signature of iOS applications
Signing an application is mandatory from Xcode 8......
Managing the SNMP protocol
SNMP (Simple Network Management Protocol) is the standard protocol for managing the network devices......
Creating an SCM repository
To share a project via the Source Code Manager, a repository must be created......
Reintegrating text into a project
All the text form the translation file can be reintegrated into a project......
CaptionHTML (Property)
The CaptionHTML property is used to handle text as HTML code.
FinPeriodInterest (Example)
Usage example of the FinPeriodInterest function
Software Factory: Administrator options
Several options can be configured in the Software Factory administrator......
HFilterContains (Function)
Defines and enables a "Contains" filter on a data file, view or query.