ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Image variable>.Copy (Function)
Copies an image to another image.
<Image>.Copy (Function)
Copies an image to another image.
<Image variable>.Resize (Function)
Resizes an image in an Image variable.
<Image variable>.Rotation (Function)
Rotates an image in an Image variable.
29. SEO in practice
<Image>.Resize (Function)
Resizes an image in an Image control.
Parallax effect
"Parallax" effects make it possible to scroll the elements in the interface at different speeds......
Image (Keyword)
The Image keyword can correspond to: an Image variable. a property used to get and change the image of an element....
ImageType (Property)
The ImageType property is used to get the type of image being edited in an Image Editor control (icon or image).
HTMLFromEmail (Function)
Imports the HTML content of an email and its images into an HTML Display control. The images contained in the email are also displayed in the control.
<HTML Display control>.FromEmail (Function)
Imports the HTML content of an email and its images into an HTML Display control. The images contained in the email are also displayed in the control.
HTMLEditorFromEmail (Function)
Imports the HTML content of an email and its images into an HTML Editor control. The images contained in the email are also displayed in the control.
<HTML editor>.FromEmail (Function)
Imports the HTML content of an email and its images into an HTML Editor control. The images contained in the email are also displayed in the control.
dRotation (Function)
Performs a rotation: of an Image control. of an Image variable. of a picLayer variable....
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable......
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....
How to read in a text or CSV file?
This help page explains how to read the content of a text or CSV file....