ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

dStraighten (Function)
Transforms an image by applying perspective correction.
<Image>.DrawCircle (Function)
Draws a circle or an ellipse in an Image control.
<Image variable>.DrawCircle (Function)
Draws a circle or an ellipse in an Image variable.
<Image>.PixelColor (Function)
Identifies the color of a pixel in an Image control.
<WDPic variable>.Save (Function)
Saves the image contained in a WDPic variable.
<Panel>.Position (Function)
Retrieves the position of a Dockable Panel control.
<Diagram variable>.ToImage (Function)
Exports a diagram to a variable of type Image.
<Image>.DrawTextMarkdown (Function)
Draws Markdown text in an Image control.
DiagramToImage (Function)
Exports a diagram to a variable of type Image.
<Image variable>.Straighten (Function)
Transforms an image by applying perspective correction.
<picLayer variable>.Straighten (Function)
Transforms an image by applying perspective correction.
<Image>.Straighten (Function)
Transforms an image by applying perspective correction.
<Image>.DrawRoundedRectangle (Function)
Draws a rounded rectangle in an Image control.
FTPGet (Function)
Transfers a file or directory from an FTP (File Transfer Protocol) server to the current computer.
19. Sending emails
Transforming a WINDEV project into Mobile: a detailed audit
Transforming WINDEV applications into Mobile is very easy......
Describing the report blocks
The different characteristics of a block can be viewed and/or modified in the description window of this block......
dImageToArray (Function)
Copies the RGB pixels of the image into a one-dimensional or two-dimensional array. The array of colors is cleared then it is filled with the integers representing the colors (24 bits) of the image.
Duration (Type of variable)
The Duration type enables you to easily handle the intervals of dates and times...
Locking an application
WINDEV gives you the ability to lock your applications (after a specific duration for example)......
HandwrittenInput (Property)
The HandwrittenInput property is used to manage stylus or mouse input (Windows XP Tablet PC or Windows Vista, respectively).
LooperDisplay (Function)
Refreshes a Looper control based on a data file from a given position: the modifications performed in the linked file are applied to the looper.
Image detection management constants
Calculates the width (in millimeters) of the text to print, according to the specified font....
13. Managing business rules
WINDEV Mobile allows you to manage business rules....
Visibility of the elements found in an external component
When creating an external component, you have he ability to define the elements of the external component that will be accessible (or not) by the user of the component......