ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<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.
<Image>.StartDrawing (Function)
Indicates that the drawing functions that will be used are intended for the specified Image control.
<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).
<Image>.Rotation (Function)
Rotates an Image control.
gpwOpenConfiguration (Function)
Opens the User Groupware configuration window or page.
<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.
<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.
Icon (Type of variable)
The Icon type is used to define the advanced characteristics of an icon.
Custom context menu
Custom context menus are created in the window editor and can be handled programmatically......
HFSQL Client/Server: Configuring the data files on the server
WDSQL: Converting the structure of an HFSQL database
WDSQL is used to convert the structure of an HFSQL database into SQL script......
dSaveImageICO (Function)
Saves an image in icon format either in a file, or in memory.
Creating and generating an external component
A component must be created from a project containing all the elements required for the component......
FaxDisconnect (Function)
Closes a connection to a fax server (established beforehand by FaxConnect).
FaxCompleteStatus Structure
The FaxCompleteStatus structure is automatically filled during the call to FaxStatus......
Pinned area in a page: fixed area on the screen
A fixed area in a page is a page section that remains visible even if the Web user moves the browser scrollbar......
<Image>.DrawCircle (Function)
Draws a circle or an ellipse in an Image control.
User Groupware: Configuring the site
Once the User Groupware is configured, the configuration of users and accesses is performed at runtime, by connecting with a "supervisor" account......
Locking an application
WINDEV gives you the ability to lock your applications (after a specific duration for example)......
Handling a dynamic programmatically
WINDEV allows you to handle Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......
Webservice management functions
Webservice management functions...