ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

EventCreate (Function)
Creates an event.
SQLChangeConnection (Function)
Modifies the current connection.
NFC: Transferring data
NFC (Near Field Communication) is a wireless communication technology at short range and high frequency used to exchange data (named "tag") between two devices or between a device and a bullet even at short distance (few centimeters)......
SchedulerModifyTrigger (Function)
Modifies the parameters of a trigger of a scheduled task, i.e. the parameters that will define the execution of a task.
fDataDirUser (Function)
Returns a directory path for the data of the current user of the current application.
Scheduler control events
The following events associated with Scheduler controls:...
AppActivateVersion (Function)
Activates one of the application versions available in the history of versions on the reference setup server.
AppDeleteVersion (Function)
Deletes a version from the history of versions found on the reference setup server.
Manipulating Scheduler controls programmatically (prefix syntax)
A Scheduler control can be......
<String type>.BufferToHexa (Function)
Converts an Ansi or Unicode string to a hexadecimal string (e.g.: "4A 5B 00").
<Source>.ReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
Install WDTRAD
WDTRAD is automatically installed along with WDMSG and/or WDINT....
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
Email management functions
List of functions for managing emails...
<pdfDocument variable>.NbSignatures (Function)
Gets the number of signatures in a PDF document.
<PDF reader>.GetSignatureDate (Function)
Gets the date of one of the signatures of a PDF document.
HErrorIntegrity (Function)
Used to check whether an integrity error occurred.
iPageWidth (Example)
Usage example of the iPageWidth function
New (Reserved word)
New is used to allocate memory space...
XMLDocument (Example)
Usage example of the XMLDocument function
Insert (Function)
Inserts an element at a given position: into a one-dimensional WLanguage array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
ArrayInsert (Function)
Inserts an element at a given position: into a one-dimensional array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
SocketRead (Function)
Retrieves a message sent by another socket.
Conditions for using a .NET assembly
Before using a .NET assembly, a specific configuration is required......
The List Box control
The List Box control is used to display a list of elements and to select one or more elements from this list......