ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Batch processes: Creating executables, WDLs, components, and more...
WINDEV and WEBDEV allow you to perform multiple types of processes from a command line......
DriveListeDirectory (Function)
Lists the directories of an Drive.
Using C# code
You can use C# code in WINDEV applications (Windows applications and components, .NET assemblies......
Importing/Consuming web services
WINDEV, WEBDEV and WINDEV Mobile allow you to directly import Webservices into your applications......
11. Choosing the action of a button/link
TwainToTIFF (Function)
Allows you to: save the document coming from the Twain device in a TIFF 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 TIFF format (in a buffer)....
Automated tests of window
The automated tests of window are used to check the different features proposed by the window......
<zipArchive variable>.IsMulti (Function)
Returns the type of archive: single-part archive or multi-part archive.
The Rich Text Area control
The Rich Text Area control is a Static control offering several layout possibilities......
ERR_NO_WDADMIN
<Variable Drive>DirectoryList (Function)
Lists the directories of an Drive.
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)....
User Control Center: Available network applications
The User Control Center is used to list the applications for which a network setup was created......
ERR_BAD_CONFIG
ERR_BAD_CONFIG: The configuration of the APPLICATION_NAME site is incorrect for the %s value....
fListResource (Function)
Lists the resources integrated to the application.
Sub-query
A sub-query is a query whose result is used by another query......
The "Interactive zoom" pane
The "Interactive zoom" pane is used to zoom the section currently hovered by the mouse cursor......
TwainToJPEG (Function)
Allows you to: save the document coming from the Twain device in a JPEG 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 JPEG format (in a buffer)....
WLanguage properties available in PHP
The following properties are available in PHP...
TwainToGIF (Function)
Allows you to: save the document coming from the Twain device in a GIF 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 GIF format (in a buffer)....
WINDEV concepts
Creating an application that manages the Euro
The method for creating an application supporting the switch to the Euro is as simple as the method for creating a WINDEV application....
CriticalSectionStart (Function)
Marks the start of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section.
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
List,Select,+ (External language)
Selects an element in a drop-down list or in an expanded list.