ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Image variable>.DrawShadow (Function)
Adds a shadow effect on an image found in an Image variable.
Brochure of new features: New WINDEV features
New features in WINDEV 28 presented in the New Features brochure....
Handling Button controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically handle Button controls......
Handling a Rich Text Area control through programming
To handle a Rich Text Area control programmatically, use the variable of the Rich Text Area control directly in the code......
HChangeLogDir (Function)
Modifies the location of log files corresponding to an HFSQL data file.
WINDEV Mobile License Agreement
WINDEV Mobile License Agreement...
MultimediaVolume (Function)
Returns or modifies the sound volume of the multimedia file played in a Multimedia control.
MultimediaDuration (Function)
Returns the size of the media file currently played (in milliseconds) in the Multimedia control.
TableSetFocus (Function)
Gives focus to a row found in a Table or TreeView Table control: the control switches to edit for the specified row and column.
WinRedraw (Function)
Immediately redraws the window controls for which a graphic update is required.
Plane (Property)
The Plane property is used to: Get: the active plane of a window (or report) or the plane to which a control belongs. the active plane of a WEBDEV element. Change: the active plane of a window (or report) or associate a control with another plane. the active plane of a WEBDEV element....
BarVisible (Property)
The BarVisible property is used to manage the selection bar on a column in a Table or TreeView Table control.
VibrationStop (Function)
Stops the vibrations of the device (even if they have been triggered by another application).
WebSocketClientConnect (Function)
Establishes a connection between the client and a WebSocket server.
Description of a CSS style
This window allows you to describe a CSS style that will be used for the controls of your WEBDEV project......
Constants for managing the windows
List of constants used by the functions for managing the windows...
MultimediaStop (Function)
Stops playing a media file found in a Multimedia control.
MultimediaPosition (Function)
Returns or modifies the current position of the media file currently played in the Multimedia control.
xlsCurrentWorksheet (Function)
Used to find out and modify the current worksheet in an XLS file.
dbgEndMemoryDiff (Function)
Saves a memory dump containing the memory resources that have been allocated and that have not been freed since the previous call to dbgStartMemoryDiff.
WithZoom (Property)
The WithZoom property is used to specify and to determine whether the user can zoom in and out: in an HTML Display control in Android, iPhone or iPad applications. in a Map control in Android, iPhone or iPad applications....
MapConfigureGglAPI (Function)
Declares additional parameters for the Map control that will be transmitted to the Google API.
InPHPMode (Function)
Indicates whether the code is run in PHP.
Page templates
WEBDEV allows you to create page templates......
2. Searching and iterating over records
WINDEV Tutorial: WINDEV application: Managing data Lesson 2 - Searching and iterating over records - 30 min
mongoDatabaseInfo (Type of variable)
The mongoDatabaseInfo type is used to define the advanced characteristics of information about a MongoDB database.