ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

NdxEncryption (Property)
The NdxEncryption property is used to configure the encryption method for the index (.NDX) file associated with the data file.
TextItemCompleted (Property)
The TextItemCompleted property is used to manage text items in an HFSQL data file.
FontSelect (Function)
Opens the standard window for font selection and selects the specified font.
<emailSMTPSession variable>.SendMessage (Function)
Sends an email using SMTP
EmailReadLastHeader (Function)
Reads the header of last incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
EmailReadNext (Function)
Reads the incoming email found after the current email according to the protocol (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
EmailReadNextHeader (Function)
Reads the header of the email found after the current email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
EmailReadFirstHeader (Function)
Reads the header of the first incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
1. WEBDEV environment
WEBDEV Tutorial: WEBDEV overview Lesson 1 - WEBDEV environment - 5 min
Guided tour management functions
Guided tour management functions...
ParallelTaskExecute (Function)
Triggers the execution of a parallel task.
ContactAdd (Function)
Adds a contact: in a Lotus Notes or Outlook address book. into the list of contacts on the device (Android, iPhone or iPad, Universal Windows)....
HListUser (Function)
Returns the list of users defined for a connection.
EmailDeleteMessage (Function)
Deletes the current email using the current protocol (POP3, IMAP, MS Exchange, Lotus Notes or Outlook).
<Email variable>.LoadAttachment (Function)
Adds an attached file to an email.
SaaSAdminListSubscription (Function)
Lists the SaaS subscriptions associated with a site or pricing.
<Connection variable>.AddGroup (Function)
Adds a group of users.
<Connection variable>.AddUser (Function)
Adds a user to a database.
<Connection variable>.SetServer (Function)
Used to find out and modify some settings of HFSQL Client/Server server....
NFCReadTag (Function)
Starts reading a NFC tag or enables the detection of NFC tags for the current window.
BCDecode (Function)
Decodes the information stored in a QR Code bar code.
Guided tour management constants
<Variable Drive>CopyFile (Function)
copy a single file from the remote disk to another directory on the remote disk.
MapDisplayPosition (Function)
Centers the map displayed in a Map control on a geographical position or on a specific location.
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......