ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Manager of automated tests
The test manager is used to......
fBuildPath (Function)
Builds a complete file path from the directory and short name of a file. This function is mainly used to get a valid file name without having to worry about the presence of separators in the path ('/' or '\') or about their direction according to the platform....
ListDLL (Function)
Returns: at runtime: the list of libraries (".DLL" files) used by the current WINDEV or WINDEV Mobile application or by the current WEBDEV site. Only the libraries loaded in memory are listed. in test mode: all the libraries installed on the current computer....
Window templates
WINDEV and WINDEV Mobile allow you to create window templates......
CookieRead (Example)
Usage example of the CookieRead function
CookieWrite (Example)
Usage example of the CookieWrite function
Animating a Static control
Two methods can be used to animate a Static control......
HExecuteView (Example)
Usage example of the HExecuteView function
Handling an OLE control by programming
WINDEV enables you to handle an OLE control by programming......
Access rights to a class property: special cases
The retrieval and assignment processes can be public, private or protected. The access rights of the property correspond to the less restrictive rights of the two processes....
Flexible modeling editor
The flexible modeling editor allows you to easily create a "non-restricting" and "flexible" modeling, entirely included in the environment......
fLock (Example)
Usage example of the fLock function
fUnlock (Example)
Usage example of the fUnlock function
SysIconAdd (Example)
Usage example of the SysIconAdd function
EmailCloseSession (Example)
Usage example of the EmailCloseSession function
fRead (Example)
Usage example of the fRead function
IgnoreError (Property)
The IgnoreError property gets and sets the different certificate errors ignored by the HTML Display and WEBDEV Page controls.
Report viewer (Print preview)
The report viewer allows you to see the report layout without printing it......
Creating and testing a query with parameters
Regardless of the query type (Select, Insert, Delete, Update) and regardless of its creation mode (with the wizard or by SQL directly), you have the ability to use parameters. The name of the parameter is specified when creating the query....
Password (Property)
The Password property sets and changes the password.
gpwEnumControl (Function)
Enumerates the controls found in a window or page.
WDDIXIO overview
FTPGet (Function)
Transfers a file or directory from an FTP (File Transfer Protocol) server to the current computer.
StartControl (Property)
The StartControl property gets and sets the start control of a Wire control.
EndControl (Property)
The EndControl property gets or sets the end control of a Wire control.