ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

PageUse (Function)
Displays a WEBDEV page in the user's browser and closes all page contexts currently open on the server....
Managing databases in the WINDEV Java applications
This document presents the different access modes to databases from a WINDEV Java application......
TwainToBMP (Function)
Allows you to perform one of the following actions: save the document coming from the Twain device in a Bitmap file (".BMP" extension). view the document coming from the Twain device in the user interface of the device. save the document coming from the Twain device directly in memory in Bitmap format (in a buffer)....
TwainToControl (Function)
Allows you to : view the document coming from the Twain device in an Image control. view the document coming from the Twain device in the user interface of device....
ImageInfoValue (Function)
Returns the value of an Exif tag for the image used.
Optional connection information
When defining the connections in the data model editor or when defining the connections through programming, you have the ability to specifier the optional connection information......
WinDisableEffect (Function)
Disables the visual effects of the graphic engine of WINDEV (for a use in TSE mode for example).
apLog (Function)
Saves an information in a "log" file during the execution of an action plan.
End
END can correspond to: the END keyword of WLanguage used to specify the end of a loop. the End property, which can be used on EventTimeline variables. .......
HBackup (Function)
Makes a backup copy of the content of an HFSQL server: all databases on the server, one or more databases, one or more data files.
Sequencing reports
In some cases, you may want to print several reports one after another, and view them in the same print preview....
Page with parameters
hScheduling (Type of variable)
The hScheduling type is used to define and find out the characteristics of the scheduling that must be performed: for a scheduled optimization task of HFSQL Client/Server files. for a scheduled backup task of HFSQL Client/Server files. for a scheduled replication of HFSQL servers....
ScreenFirst (Function)
Defines the next control that will be in edit in the current window.
Downloading files
The download is the operation that consists in saving a file stored on the server onto the computer of Web user......
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.
Programming a WEBDEV drop-down menu
Once the drop-down menu of your site is created, all you have to do is associate an action with each menu option......
Creating a strong-named .NET assembly
To create a strong-named .NET assembly ......
EmailStartOutlookSession (Function)
Allows you to access data handled by the Outlook messaging software (emails, contacts, groups of contacts, tasks, appointments and folders).
OKCancelAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "OK" and "Cancel" and calls a WLanguage procedure with the user's response....
Remote WEBDEV administrator: Server parameters
The server administrator can define the server parameters via the remote administration tool......
YInitial (Property)
The YInitial property is used to: Find out the Y-coordinate: of a control (position on Y-axis) when opening the window or the page. of a window (position on Y-axis) when opening the window. Modify the Y-coordinate of a control anchored "to bottom" (position on the vertical axis) when opening the window. Find out the Y-coordinate of a control in relation to its block (position in millimeters on the vertical axis) when opening the report....
WDMap: Viewing the records found in a data file
WDMap is used to view the records found in a data file......
Project description: Project tab
The project description window allows you to configure various elements of your project......
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.