ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

LeftIndent (Property)
The LeftIndent property is used to get and change the left indent of an element.
fLock (Function)
Entirely or partially locks an external file.
PhoneNumber (Property)
The PhoneNumber property is used to get and change a phone number.
DownloadParameter (Type of variable)
The DownloadParameter type is used to define all the advanced characteristics of a file download performed by DownloadAdd.
fCopyDir (Function)
Copies the contents of a directory and its subdirectories.
Alignment
The Alignment property is used to align elements.
PDFMerge (Function)
Merges several existing PDF files into a single PDF file. The files are merged one after another. The paths of PDF files can be found in an array.
Vibration (Property)
The Vibration property is used to manage notification vibrations.
Wrapping (Property)
The Wrapping property is used to get and change the wrapping options of an element.
TableEnableFilter (Function)
Implements a user filter on a column found in a Table or TreeView Table control.
Database (Property)
The Database property is used to get and modify the database associated with a connection.
RightIndent (Property)
The RightIndent property is used to get and change the right indent of an element.
EventChange (Function)
Modifies the status of an event.
Sum (Function)
Calculates the sum of the array elements.
Priority (Property)
The Priority property is used to get and change the priority level of an element.
HDeclareExternal (Example)
Usage example of the HDeclareExternal function
EmailDeleteMessage (Example)
Usage example of the EmailDeleteMessage function
HTTPTimeOut (Function)
Sets the timeout for WLanguage functions that use the HTTP protocol (HTTPRequest, SOAPExecute, DotNetExecute, J2EEExecute, etc.).
KeyGenerateInitialKey (Function)
Generates the initial key (unique license number) for the activation system of the application.
iPrintImage (Function)
Sends the image file to print to the print buffer.
Initialization (Property)
The Initialization property is used to handle the initialization of certain processes.
ColorLED (Property)
The ColorLED property is used to set the color of the LED light when displaying notifications.
Notification
The Notification keyword can correspond to:
ThreadSendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.
HTTPRequest (Example)
Usage example of the HTTPRequest function