ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Switch control
Switch controls (also called "Toggle controls") are now commonly used in interfaces......
<Array>.DeleteDuplicate (Function)
Deletes the duplicates from an array.
WDInst: including an "autorun" in a setup on CD
An "autorun" can be run (or not) when the setup CD is inserted into the drive of the setup computer......
dSaveImageJPEG (Function)
Saves an image: in a JPEG file. in memory....
Calling a procedure/a function
Syntax for calling a local or global procedure.
2. Performance profiler
WINDEV Tutorial: Optimizing a project Lesson 2 - Performance profiler - 15 min
<Array>.Sort (Function)
Sorts a WLanguage array.
Action Bar of a window
Action Bars replace the title bar of a window and display different types of information......
Changing the characteristics of window controls
The characteristics of the controls can be viewed and/or changed in......
ActiveDirectory (Property)
The ActiveDirectory property allows you to connect to an HFSQL server using Active Directory authentication.
EmailImportSource (Function)
Populates an Email variable using the content of its Source property or the different variables of the email structure using the content of the Email.Source variable.
Generating the RAD pattern
To generate a RAD pattern:...
ControlInvisible (Function)
Makes a control (or a group of controls) invisible in a window. An animation can be set on the controls during this operation.
Input masks and display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
Automated tests of window
The automated tests of window are used to check the different features proposed by the window......
SaaSAdminAddSite (Function)
Adds a SaaS site.
SaaSAdminDeleteClient (Function)
Deletes a SaaS client account.
EmailStartNotesSession (Function)
Allows you to access the data handled by the Lotus Notes messaging (emails, contacts, groups of contacts, tasks, appointments).
iInitReportQueryConnection (Function)
Initializes the query linked to the report.
SaaSAdminListClient (Function)
Lists the client accounts of SaaS Webservice database.
SaaSAdminCreateClientDatabase (Function)
Creates the database of a client account for a SaaS site.
SaaSAdminModifyClientConnection (Function)
Modifies the connection to the client database for a SaaS site.
SaaSAdminConfigureCurrency (Function)
Configures the currency used in the connection reports of the SaaS system.
HDescribeLink (Function)
Describes a link between two data files through programming.
dCopyImage (Function)
Copies an image: from an Image control to another Image control. from an Image variable to another Image variable....