ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Manager of automated tests
The test manager is used to......
Sort order of records found in a select query
To make the result of a query easier to read, the records can be sorted according to one or more items......
Creating a delete query
A delete query (corresponding SQL statement......
dStartDrawing (Function)
Indicates that the drawing functions that will be used are intended for: the specified Image control, the specified Image variable, the specified Image variable, the specified WDPic variable (on the background layer), the specified picLayer variable....
dHalo (Function)
Adds a halo effect on an image found in an Image variable].
Numeric (Type of variable)
The numeric type is used to contain integer or decimal numbers by specifying if necessary: the number of digits in the integer part. the number of digits in the integer part and in the decimal part....
dShadow (Function)
Adds a shadow effect on an image found in an Image variable].
<Image variable>.DrawShadow (Function)
Adds a shadow effect on an image found in an Image variable].
<Image variable>.SaveBMP (Function)
Saves an image contained in an Image variable: in a file in BMP format. in memory....
<Image variable>.SaveGIF (Function)
Saves an image found in an Image variable: in a file in GIF format. in memory....
<Image variable>.DrawHalo (Function)
Adds a halo effect on an image found in an Image variable].
DateSys (Function)
Returns or modifies the system date (current date defined on the current computer).
Today (Function)
Returns or modifies the system date (date of the day defined on the current computer).
AnimationSetMode (Function)
Changes the type of animation: for an image in an Image control. for a text in a static control....
The report editor
WINDEV, WEBDEV and WINDEV Mobile allow you to create reports with the report editor......
Customizing the WEBDEV User Groupware
The groupware in automatic mode offers several possibilities......
Associating an image with the elements of a TreeView control
The different methods for associating an image with the elements of a TreeView control....
Directory of images (WEBDEV)
Several images can be used when developing a WEBDEV site......
Android permission management
Android applications require permissions to provide certain features that may require access to sensitive data or sensitive device functionalities......
Screen,First (External language)
Indicates the name of the first editable control or the name of the next control that must be in edit.
SysDateTime (Function)
Returns or modifies the system date (current date and time defined on the current computer).
<Image>.DominantImageColor (Function)
Returns the dominant (i.e. most frequent) color of an image found in an Image control.
DisplayedSection (Property)
The DisplayedSection property is used to identify and change the portion of the image displayed in an Image control.
IntegerToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is an integer).
Report templates and inheritance
When a report template is applied to a report, all the controls and code found in the template are "copied" into the report......