ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Manipulating files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another...
<Image>.SaveGIF (Function)
Saves an image: in a file in GIF format. in memory....
<Image>.SaveBMP (Function)
Saves an image: in a file in BMP format. in memory....
WHelp (Function)
Displays a file or help page in CHM format.
fStopCompress (Function)
Stops the operation used to compress or decompress a file.
<pdfDocument variable>.Save (Function)
Saves the content of a pdfDocument variable in a ".PDF" file.
PDFNumberOfPages (Function)
Returns the total number of pages in a PDF file.
<pdfPage variable>.AddImage (Function)
Adds an image to a page in an existing PDF file.
PDFSave (Function)
Saves the content of a pdfDocument variable in a ".PDF" file.
PDFAddImage (Function)
Adds an image to a page in an existing PDF file.
<pdfDocument variable>.AddWatermark (Function)
Adds a watermark to all the pages of an existing PDF file.
PDFAddWatermark (Function)
Adds a watermark to all or some pages of an existing PDF file.
<pdfPage variable>.AddWatermark (Function)
Adds a watermark to a page of an existing PDF file.
<sshSession variable>.SCPGetFile (Function)
Gets a file via the Secure Copy Protocol.
WDINT overview
WDINT is an optional tool of WINDEV, WEBDEV and WINDEV Mobile......
HFSQL tables exceeding 2 gigabytes
By default, the HFSQL engine allows you to manage large tables (up to 2 gigabytes)......
fListFile (Function)
Lists the files found in a directory and returns the list of files.
HListREP (Function)
Returns the list of assignments for the data files handled by the current application, which means the list of physical files corresponding to the files described in the analysis.
HFilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
<Source>.FilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
The Progress Bar control
The Progress Bar control is used to follow the progress of an event......
4. HFSQL Classic
Linking a Combo Box control to a data file
A List Box or Combo Box control can be used to display the content of a data file, to allow a user to select a record, for example......