ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Image variable>.Rotation (Function)
Rotates an image in an Image variable.
<Image variable>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
<Image variable>.StartDrawing (Function)
Indicates that the drawing functions that will be used are intended for an Image variable.
<Image variable>.HorizontalSymmetry (Function)
Flips an image contained in an Image variable with respect to a horizontal axis (symmetry with respect to a horizontal axis).
<Image variable>.VerticalSymmetry (Function)
Flips an image contained in an Image variable with respect to a vertical axis (symmetry with respect to a vertical axis).
<Image variable>.PixelOpacity (Function)
Identifies the opacity of a pixel in an image (in an Image variable) with an Alpha channel.
BitmapInfo (Function)
Retrieves the characteristics of an image file or the characteristics of a PDF file : format, width and height, number of bits per pixel....
dDisplay (Function)
Displays the drawing in the Image control.
<String type>.Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
HCloseConnection (Function)
Closes a connection to a database.
<Image>.DrawPoint (Function)
Draws a point in an Image control.
Animating the windows of a WINDEV application
To give your applications an outstanding style and to impress the users when starting your applications, the windows can be animated when they are opened and/or closed......
Exporting elements to a directory
All the elements handled by a project (window, report, classes, set of procedures, queries, ......
<String type>.ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
Software Factory
The concept of software factory is used to automate the process for creating applications....
SocketCreateBluetooth (Function)
Creates a socket using a Bluetooth device.
fDataDirUser (Function)
Returns a directory path for the data of the current user of the current application.
Managing the browser "Back" button
The browser "Back" button allows the Web users to display the pages that were already visited......
SocketCreateUDP (Function)
Creates a socket that uses the UDP protocol.
"Preset controls" pane
The "Preset controls" pane proposes several preset controls that can be included in the current window or in the current page by "Drag and Drop"......
<picLayer variable>.InvertColor (Function)
Inverts the colors of a picLayer variable.
<picLayer variable>.Resize (Function)
Resizes an image in a picLayer variable.
Socket management functions
List of functions for managing sockets...
TableSwapLine (Function)
Swaps: two rows in a Table control populated programmatically. two branches in a Treeview Table control populated programmatically....
<Image variable>.Font (Function)
Declares the font that will be used by dText in an Image variable.