ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
Changing an application to 64-bit
WINDEV allows you to develop 64-bit applications......
Native SQL Server Connector: Retrieving the output value of a stored procedure
The Native SQL Server 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....
2. Layouts: Managing menus
WEBDEV Tutorial - WEBDEV layouts Lesson 2 - Layouts: Managing menus - 30 min
Operations performed on class diagrams
The following paragraphs explain......
Window with parameters
A window can: Receive parameters when it is opened. Return values when it is closed....
FaxResume (Function)
Re-enables a fax paused in the spooler (pending fax).
Customizing the report viewer: Available windows
7. Debugger
WINDEV Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
2. Listing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 2 - Listing products - 50 min
Multi-project processes: using batches
WINDEV, WEBDEV and WINDEV Mobile allow you to run a set of processes (compilation, generation, ......
grDestinationEMF (Function)
Defines a meta file as chart destination (EMF means Enhanced Meta File).
Report based on a query
Queries are used to easily select records in one or more data files......
CertificateSignFile (Function)
Creates the signature of a file. This signature can be stored in a Buffer variable or in a text file.
Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages......
FTPName (Function)
Returns the name of last file accessed by an FTP function (File Transfer Protocol).
Skins
The skins are used to standardize the visual aspect of a site and they allow you to easily change style......
Changing the characteristics of window controls
The characteristics of the controls can be viewed and/or changed in......
XInitial (Property)
The XInitial property is used to: Get the X-coordinate: of a control (position on the X-axis) when opening the window or the page. of a window (position on X-axis) when opening the window. Change the X-coordinate of a control anchored "to the right" (position on the X-axis) when opening the window. Get the X-coordinate of a control in relation to its block (position in millimeters on the X-axis) when opening the report....
MongoGridFSGetFileByID (Function)
Retrieves (on the local computer) a file identified by its identifier and found in a MongoDB file system.
MongoGridFSGetFile (Function)
Retrieves (on the local computer) a file identified by its name and found in a MongoDB file system.
How to populate a Table control programmatically?
This help page presents the different methods that can be used to populate a Table control programmatically....
ComponentList (Function)
Returns the list of external components (".WDK" files) used by the current WINDEV or WINDEV Mobile application or by the current WEBDEV site.
ReturnedValue (Property)
The ReturnedValue property is used to: Get and change the value returned by a window, page or report. Get and change the value returned by an option in a Radio Button control....
3. Multi-criteria search
WINDEV Tutorial: WINDEV application: Managing data Lesson 3 - Multi-criteria search - 40 min