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).
Process (Type of variable)
The Process type is used to define the characteristics of the remote application that can be started by ExeRemoteRun.
Cookie (Type of variable)
The Cookie type is used to handle the cookies transmitted in the HTTP requests.
pvtPosition (Type of variable)
The pvtPosition type is used to handle a cell of a Pivot Table control.
AppDetectUPDAvailable (Function)
Disables or customizes the automatic check for available updates.
WorkingDirectory (Property)
The WorkingDirectory property is used to: get or change the directory used by the HTML Editor control to store the images and CSS sheets of an HTML page. get the directory used by the HTML Display control to store the images and CSS sheets of an HTML page. get the directory used by the Camera control to save photos and videos....
Alias (Property)
The Alias property is used to: get or change the alias of a window (WINDEV and WINDEV Mobile). get or change the alias of a dynamic tab (WINDEV). get the internal HTML/JavaScript name of a control (WEBDEV)....
Managing videos (transmitted by a Web Camera)
To manage the video sequence currently broadcasted by the web camera installed on the current computer, WINDEV proposes......
HChangeLogDir (Function)
Modifies the location of log files corresponding to an HFSQL data file.
zipOpen (Function)
Opens an existing archive.
Quick search in the current code
When coding, developers often need to do a quick search in the current code...
Code snippets
The code editor allows you to enter "Code snippets"......
MemZoneName (Property)
The MemZoneName property is used to: find out the name of the memory area used as data source for a report. modify the name of the memory area used as data source for a report....
Printing in PDF
WINDEV, WEBDEV and WINDEV Mobile allow you to create a PDF file during a print......
Custom tooltips
Tooltips are very useful for application users......
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
Handling a Check Box control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Check Box control through programming......
Component and SCM
WINDEV, WEBDEV and WINDEV Mobile allow you to easily create and publish components......
Events associated with framesets
List of events associated with framesets...
2. Managing a Client/Server database
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
ZOrder (Example)
Usage example of the ZOrder property
FaxPause (Function)
Pauses a fax in the spooler.
nfcData (Type of variable)
The nfcData type is used to describe and handle the data of a variable of type nfcTag.
16. Java applications in practice
Java applications in practice...
Obtaining an SSL certificate for IIS2 (2.0 or later)