ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

NetGetFile (Function)
Retrieves an existing file from an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
VisibleEndUser (Property)
The VisibleEndUser property is used to: Find out whether an item is visible or not to the end users. This item was defined in the data model editor or programmatically. Define whether an item must be visible or not to the end users (item described programmatically only)....
Text (Property)
Text is used to find out whether an item is a text item.
Numerical (Property)
Numerical is used to find out whether an item is a numeric item.
FTPName (Function)
Returns the name of last file accessed by an FTP function (File Transfer Protocol).
Managing the emails with the POP3/SMTP protocols
The POP3 and SMTP protocols are protocols for email management recognized by all Internet Service Providers......
BurnerAddFile (Function)
Adds a file to the compilation.
LooperToXML (Function)
Creates an XML file with data from a Looper control (Looper control based on a data file or populated programmatically).
fSelect (Function)
Opens the Windows file picker.
Functions for managing OAuth and OpenID protocols (prefix syntax)
OAuth and OpenID protocol management functions...
FTPTime (Function)
Returns the different times (creation, modification or access) associated with a file found on an FTP server (File Transfer Protocol).
Managing parallel tasks
The computers are becoming more and more powerful......
SortType (Property)
The SortType property is used to: Find out the sort direction defined for an item or for a component of a composite key. This item was defined in the data model editor or programmatically. Define the sort direction for an item or for a component of a composite key (when describing the item through programming)....
PDFSign (Function)
Applies an approval signature to an existing PDF.
LastDayOfYear (Function)
Returns the date of the last day of the year.
<Chart>.LineThickness (Function)
Retrieves and/or modifies the value of the line thickness in a Line chart....
LogFile (Property)
The LogFile property is used to determine if a data file is a log file.
TransactionFile (Property)
The TransactionFile property is used to determine if a data file is a transaction file.
Managing Google contacts
The Google Contact service is used to manage contacts on Internet......
CertificateCheckFileSignatureFile (Function)
Checks the correspondence between a signature and a file. The signature was kept as an external file.
<Source>.ImportJSON (Function)
Imports a JSON file into a data file in HFSQL Classic format (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile).
UploadFileName (Function)
Returns the name of a file "uploaded" by the Web user. This upload may have been performed: via an "Upload" edit control. via a single-file or multi-file Upload control....
dChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line): in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
grDestinationEMF (Function)
Defines a meta file as chart destination (EMF means Enhanced Meta File).
Selecting the files to install and the installer framework
The setup wizard allows you to: Select and configure the files to install. This step is very important. Specify the WINDEV framework used by the installer....