ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Display modes, transparency and symmetry of an image
An image can be displayed in a window, a window control, a report control, a page control or a block according to several display modes.
WinSize (Function)
WinSize:
  • returns or modifies the window display mode (maximized, minimized or normal),
  • modifies the window height and/or width,
  • moves the window and modifies a window's height and/or width.
DrawingStyle (Function)
Allows you to find out and modify:
  • the display mode of grayed buttons found in the windows of your application.
  • the display mode of translucent border for the windows of your application.
  • the mode for loading large images.
mongoCollectionOption (Type of variable)
The mongoCollectionOption type is used to define the advanced characteristics of collection options in a MongoDB database.
J2EEAddHeader (Function)
Adds a header to the next procedure that will be run on the server.
Telephony: Managing the outgoing calls
To manage the outgoing calls in a WINDEV or WINDEV Mobile application......
SNMPTrapEnable (Function)
Enables the interception of an SNMP "trap" sent by an agent.
xlsOpen (Function)
Opens an Excel file (xls or xlsx files).
BurnerMediaInfo (Function)
Retrieves the characteristics of the CD/DVD found in the current burner....
mongoGridFS (Type of variable)
The mongoGridFS type is used to define the advanced characteristics of a file system for a MongoDB database.
Installing the robot controller
The monitoring robot includes three executables......
WINDEV Framework License Agreement
Creating the executable and the setup program
The languages supported by the application are taken into account......
tapiPlay (Function)
Plays a sound file (.WAV) for the specified line.
Cleaning the project
After months or years of development and maintenance, the directory of your project often contains several files that are not used anymore but that you don't dare delete......
BurnerCancel (Function)
Cancels the current burn process.
GglDriveConnect( Function)
Creates a connection to an Drive Google Drive.
Spreadsheet control properties
A Spreadsheet control and its cells can be handled in a window or in a report by the following WLanguage properties......
Batch processes: Creating executables, WDLs, components, and more...
WINDEV and WEBDEV allow you to perform multiple types of processes from a command line......
Native Oracle Connector: Retrieving the output value of a stored procedure
The Native Oracle Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
Aliases on data files: HAlias
The aliases are used to handle......
Publishing the replication from ReplicEdit
A replication description created with ReplicEdit can be published from this tool on a replication server......
hScheduleMaterializedView (Type of variable)
The hScheduleMaterializedView type is used to programmatically manage a task for recalculating the data of a scheduled materialized view on an HFSQL server.
Downloading a report in PDF format on the computer of the Web user
To propose to download a report in PDF format on the computer of the Web user, you must......
Key and referential integrity
In an analysis, the "Key" items are also used to manage the consistency of data (called referential integrity)......
PageToFile (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. The data file items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the page controls are automatically updated with the values of these controls. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
BurnerCompilationInfo (Function)
Retrieves the characteristics of current compilation.
Managing the Windows scheduler
Windows gives you the ability to schedule automatic tasks via the manager of scheduled tasks......