ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

geoGetArea (Function)
Retrieves the coordinates of the geographic area that corresponds to a given description.
SysRemovableExternalStorage (Function)
Used to find out whether the external storage space corresponds to the movable memory (SD Card).
BTLEStatus (Function)
Returns the current Bluetooth activation status on the device or asks to be notified when the activation status changes.
ASPExecute (Function)
Calls an external .asp script and returns the result in a string.
PHPExecute (Function)
Calls an external .php script and returns the result in a string.
Transparency of windows
WINDEV allows you to apply a transparency coefficient to the windows......
NullableIndex (Property)
The NullIableIndex property determines if a key item supports the "Null" value.
dDominantImageColor (Function)
Returns the dominant (i.e. most frequent) color of an image in an Image variable or in an Image control.
WinEdActive (Function)
Used to: determine if the "Allow end users to modify the UI" option is enabled in a window (or internal window). enable or disable the "Allow end users to modify the UI" option in a window (or internal window)....
LockAppPassword (Function)
Specifies a specific password for unlocking the current application (application locked automatically or by LockAppOn).
LockAppOn (Function)
Locks a WINDEV application.
SaaSReadSiteParameter (Function)
Reads an information specific to the client for the current SaaS site.
WebSocketSend (Function)
Sends a message from the WebSocket server to the client.
<Image editor>.Create (Function)
Creates an image in the Image Editor control.
<Image editor>.Close (Function)
Closes the image found in an Image Editor control.
<Image Editor>.Save (Function)
Saves the image displayed in the Image Editor control.
<WDPic variable>.Save (Function)
Saves the image contained in a WDPic variable.
Screen,FileToScreen (External language)
Initializes the window controls with the values of the file items linked to the controls.
WidgetDisplay (Function)
Refreshes a widget window.
<Array>.Reduce (Function)
Applies a computation to each element of an array.
<Array>.Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
<Array>.Map (Function)
Executes a procedure on each element of a source array and returns the results in a WLanguage array.
CalendarOpen (Function)
In a Date edit control, opens a popup window displaying a calendar.
WinUsefulSize (Function)
Specifies the useful size of an internal window with automatic scrollbars. The useful size corresponds to the full size of the internal window: Width of the internal window. Height of the internal window....
<htmlDocument variable>.FindElementByTag (Function)
Searches for elements that correspond to a tag in an HTML document.