ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

dBlur (Function)
Blurs the entire given area: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
LooperDisplay (Function)
Refreshes a Looper control based on a data file from a given position: the modifications performed in the linked file are applied to the looper.
HTTPTimeOut (Function)
Sets the timeout for WLanguage functions that use the HTTP protocol (HTTPRequest, SOAPExecute, DotNetExecute, J2EEExecute, etc.).
zipOpenRAR (Example)
Usage example of the zipOpenRAR function
FTPRenameFile (Example)
Usage example of the FTPRenameFile function
SSH constants
The following constants are used to manage an SSH server:...
grAutoRefreshSeries (Function)
Identifies or defines whether a series is refreshed whenever the chart is drawn.
FTPMakeDir (Example)
Usage example of the FTPMakeDir function
NetworkDisconnect (Function)
Disconnects a network drive.
Structure of data files of user groupware
pdfParameter (Variable type)
The pdfParameter type defines all the characteristics of the PDF file to be generated.
AnsiToUnicode (Function)
Converts: an ANSI string (Windows) to a UNICODE string. a buffer containing an ANSI string (Windows) to a buffer containing a UNICODE string....
SpeechSynthesisInitialize (Function)
Initializes the parameters of speech synthesis for the current application.
<Image variable>.SaveBMP (Function)
Saves an image contained in an Image variable: in a file in BMP format. in memory....
HDeclareExternal (Example)
Usage example of the HDeclareExternal function
SortType (Property)
The SortType property is used to: Find out the sort direction defined for an item or for a component of a composite key. This item was defined in the data model editor or programmatically. Define the sort direction for an item or for a component of a composite key (when describing the item through programming)....
<String type>.Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
Character string: How to extract, remove and replace words?
This page presents the main operations that can be performed on a character string....
VibrationTrigger (Function)
Triggers the vibrations of the device.
PreviousWin (Function)
Identifies the window that was in edit before the window that is currently in edit (for the same project).
fWriteLine (Example)
Usage example of the fWriteLine function
DayHeight (Property)
The DayHeight property is used to get and change the height of days in a Scheduler control where days are arranged in rows, and resources are arranged in columns.