ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

InWindowsPhoneEmulatorMode (Function)
Indicates whether the test is run via the Windows Phone emulator. Function kept for backward compatibility....
VariantToJSON (Function)
Converts the content of a Variant variable to JSON.
iEndPrinting (Function)
Signals the end of the document to print and actually starts printing the data stored in the printer spooler via the following functions: iPrint, iPrintImage, iNewLine, etc.
HourGlass (Function)
Transforms the mouse cursor into hourglass (and conversely). In Android and iOS, displays an endless progress bar in a window....
fDate (Example)
Usage example of the fDate function
The Progress Bar control
The Progress Bar control is used to follow the progress of an event......
ToolTip (Property)
The ToolTip property is used to get and change the text displayed in the tooltip associated with a window or page control.
diffCreate (Function)
Compares two buffers and creates a buffer containing the differences between these two buffers.
zipOpen (Example)
Usage example of the zipOpen function
fDateTime (Example)
Usage example of the fDateTime function
EmailSaveAttachment (Example)
Usage example of the EmailSaveAttachment function
geoAzimuth (Function)
Returns the direction represented by a location in relation to another one.
fAttribute (Example)
Usage example of the fAttribute function
ExceptionPropagate (Function)
Propagates an exception.
ColorHue (Function)
Calculates the hue of a color.
ColorSaturation (Function)
Calculates the saturation of a color.
ColorLightness (Function)
Calculates the lightness of a color.
Database (Property)
The Database property is used to manage databases associated with a connection (HFSQL Client/Server, OLE DB, etc.)....
Modified (Property)
The Modified property is used to determine if a control or group of controls has been modified by the user (keyboard or mouse input).
Pull to refresh (Android/iOS): Window, Table and Looper controls
The "Pull to refresh" feature allows the user to "pull" a Table control, a Looper control or a window in order to refresh its content......
gImage (Function)
Builds a sequence of characters containing an image.
dbgOnError (Function)
Defines the WLanguage procedure that will be called whenever an error is detected by a dbgCheckXXX function.
MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings that match the format.
FTPListFile (Function)
Lists the files (and/or the directories) found in a directory of an FTP server and returns the number of listed files (and/or directories)....
dResize (Function)
Resizes an image: in an Image control. in an Image variable. in a picLayer variable]....