ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

LooperInfoXY (Function)
Used to find out the row or control located at specific position in the Looper control (X, Y).
SaaSClientConnexion (Function)
Returns the characteristics of the connection to the client database.
TableAddChild (Example)
Usage example of the TableAddChild function
LoadError (Function)
Loads the file containing the error messages in the desired language into memory.
VibrationTrigger (Function)
Triggers the vibrations of the device.
CurrentYear (Function)
Returns the current year in integer format.
BurnerSelect (Function)
Used to select the default burner.
dLoadImage (Function)
Loads an image in an Image variable from a memo, a file or a binary buffer.
SaaSConnectedUser (Function)
Returns the user currently connected via SaaSConnect.
ToastDisplay (Function)
Displays a "Toast" message.
EventCreate (Function)
Creates an event.
Glossary
The glossary lists all the abbreviations used in the code editor......
CriticalSectionStart (Function)
Marks the start of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section.
fFileName (Function)
Returns the name of an external file that is currently opened.
fAttribute (Function)
Returns or modifies the attributes of a file.
ComboClose (Function)
Closes the drop-down list in a Combo Box control (simple or multi-column Combo Box control).
BurnerCancel (Function)
Cancels the current burn process.
grDestinationControl (Function)
Defines an Image control as destination of a chart.
XMLRead (Function)
Returns the value of an XML element or the value of the attribute for an XML element.
SOAPPrepare (Function)
Builds the SOAP request for calling a Webservice function.
MapInfoXY (Function)
Returns the geographical position (latitude and longitude) corresponding to a point in a Map control.
GetIdentifier (Function)
Calculates a unique identifier (integer) for an executable or for a session.
SemaphoreStart (Function)
Locks the current thread until the semaphore is opened (which means until a "free" spot becomes available in the protected section).
LooperSelectCount (Function)
Returns the number of selected rows in a Looper control.
Step 4: Starting the print
To start the print job, simply use iEndPrinting......