ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

nWDInit: Initialize the external language
Initializes the external language......
<Image variable>.Font (Function)
Declares the font that will be used by dText in an Image variable.
<Image>.Font (Function)
Declares the font that will be used by dTexte in an Image control.
<WDPic variable>.Font (Function)
Declares the font that will be used by dText in a WDPic variable.
<picLayer variable>.Font (Function)
Declares the font that will be used by dText in a picLayer variable.
Management errors specific to Native Connectors
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
EmulateInput (Function)
Performs an input by emulation in a control while checking whether this control is an editable control.
LockAppOff (Function)
Unlocks an application that was locked automatically or by LockAppPassword.
Reports & Queries: New features in this version
MmoEncryption (Property)
The MmoEncryption property is used to set the encryption method of the memo file (.MMO) associated with the data file.
NdxEncryption (Property)
The NdxEncryption property is used to configure the encryption method for the index (.NDX) file associated with the data file.
Including a supercontrol in a window or in a page
HOpenConnection (Function)
Opens a connection to a specific database.
fDataDirCommon (Function)
Returns a directory path for the shared data of the current application: between all the users of the computer between all the TSE users This directory can be used without restriction in Windows XP, Vista, ... This directory is used to store: the files for the general configuration of the application (.INI files, .XML files, etc.). the data files common to all the users (HFSQL .fic, .ndx and .mmo files)....
fDataDirUser (Function)
Returns a directory path for the data of the current user of the current application.
Events associated with control templates
List of events associated with control templates...
Bar Code management functions
The following functions are used to manage bar codes:...
"Reports & Queries" software
This is "Reports & Queries"......
Characteristics of the columns in a Table control in a window
The columns are used to display information in a Table control......
BackgroundTaskDelete (Function)
Deletes a background task (that was added by BackgroundTaskAdd).
Automated test created by the user
WINDEV allows the user to record a test scenario in order to send it to the quality service or to the developer......
Displaying a frameset in a WEBDEV site
Displaying a new frameset in a WEBDEV site can be performed according to several methods......
Type (Example)
Usage example of the Type property
The triggers
A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ......
iParameterViewer (Function)
Configures the report viewer.