ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

tapiDialerDisplay (Function)
Opens the default telephony application (dialer) and displays the specified number. No call is made.
EmailCloseSession (Function)
Closes an email management session depending on the selected mode (SMTP/POP3, IMAP, MS Exchange or Lotus Notes)....
NetMACAddress (Function)
Returns the MAC address (physical address) of one of the network cards found on the computer.
ParallelTask (Type of variable)
The ParallelTask type is used to handle a task, which means a procedure run by a thread in the parallel programming.
HSeek (Function)
Positions on the first record of the data file whose value for a specific item is greater than or equal to a sought value (generic search by default).
ContactEdit (Function)
Opens the form of a contact in edit mode in the device's native contacts application (Android, iPhone, iPad, Universal Windows)....
fLoadText (Function)
Loads the content of a text file into any text control or text variable (string variable, edit control in a window, Static control in a report, etc.).
iDestination (Function)
Configures the print destination.
The Progress Bar control
The Progress Bar control is used to follow the progress of an event......
SysDateTime (Function)
Returns or modifies the system date (current date and time defined on the current computer).
IntegerToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is an integer).
EmailSaveAttachment (Function)
Copies the attachment of current email onto the user computer (locally).
InPHPMode (Function)
Indicates whether the code is run in PHP.
XMLSign (Function)
Signs an XML document.
DecryptAsymmetricEnveloped (Function)
Performs the asymmetric encryption of an envelope that has been encrypted with EncrypteAsymmetricEnveloped.
BCCapture (Function)
Decodes the information stored in a bar code by using the device camera (Android, iPhone, iPad).
SaveParameter (Function)
Saves a persistent value in the registry or in another file specified by InitParameter.
Constants for managing emails
List of constants used by the functions for managing emails....
ThreadPriority (Function)
Returns or modifies the priority level of a thread.
DecryptAsymmetric (Function)
Decrypts a buffer with a private/public key algorithm with RSA encryption....
The .NET 3.0, 4.0 control, ... (WPF)
The Xaml control allows you to easily manage the Xaml language......
Context menu of windows (AAF)
The popup menu of the windows (right mouse click on the window) contains the following options......
Encode (Function)
Encodes a character string or a buffer. To decode the result, simply use Decode.
LuhnCheck (Function)
Checks that the given sequence is valid according to the Luhn formula.
LuhnCalculate (Function)
Calculates the next Luhn check digit for a given sequence.