ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Image>.StartDrawing (Function)
Indicates that the drawing functions that will be used are intended for the specified Image control.
Types of help systems in a WINDEV application
There are multiple solutions to provide help to the users......
WINDEV and the communication streams (audio, sound)
To handle the communication streams, WINDEV includes......
Diagram Editor (WINDEV): ribbon and panels
The Diagram Editor includes many features accessible via......
WINDEV 2024 Tutorial - Table of contents
Printing a watermark text
A report (and a duplicate copy) can include an additional text in the format of a watermark, such as "Confidential" or "Duplicate" printed across the report....
5. HFSQL Client/Server
A WINDEV Mobile application can also use an HFSQL database in Client/Server mode....
<Image>.DrawRectangleGradient (Function)
Draws a rectangle in an Image control.
<Image>.PixelOpacity (Function)
Identifies the opacity of a pixel in an image (in an Image control) with an Alpha channel.
<Image>.Rotation (Function)
Rotates an Image control.
<Icon variable>.SaveICO (Function)
Saves an image in icon format either in a file, or in memory.
<Image>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
WDAPI: Using the APIs in a WINDEV application
The two most interesting features of WDAPI are......
<Image>.HorizontalSymmetry (Function)
Flips an image in an Image control with respect to a horizontal axis (symmetry with respect to a horizontal axis).
<Image>.VerticalSymmetry (Function)
Flips an image contained in an Image control with respect to a vertical axis (symmetry with respect to a vertical axis).
gpwOpenConfiguration (Function)
Opens the User Groupware configuration window or page.
Creating a Java archive
When your Java application is developed, you can......
<Image variable>.Resize (Function)
Resizes an image in an Image variable.
<Image variable>.AlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
Icon (Type of variable)
The Icon type is used to define the advanced characteristics of an icon.
<Image variable>.InvertColor (Function)
Inverts the colors in an Image variable.
gpwOpenLDAPSession (Function)
Informs the User Groupware that the authentication of users will be done via an LDAP directory.
Developing an application for Apple Watch
An Apple Watch application is an application intended for a watch associated with an iOS device (phone, tablet, ......
Custom context menu
Custom context menus are created in the window editor and can be handled programmatically......
Configuring the setup program
Two tools can be used to create a setup program......