ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Drag and Drop from the explorer
The Drag and Drop from the explorer consists in selecting one or more files in the Windows explorer and in transferring them into a control of a WINDEV window...
Drag and Drop functions
The following functions are used to manage Drag and Drop:
<Image variable>.DrawRoundedRectangle (Function)
Draws a rounded rectangle in an Image variable.
<Image>.DrawRoundedRectangle (Function)
Draws a rounded rectangle in an Image control.
<Image>.DrawCircle (Function)
Draws a circle or an ellipse in an Image control.
<Image variable>.DrawTextRTF (Function)
Draws an RTF text in an Image variable.
<Image variable>.DrawCircle (Function)
Draws a circle or an ellipse in an Image variable.
grDraw (Function)
Draws a chart according to the specified parameters.
<Image>.DrawTextMarkdown (Function)
Draws Markdown text in an Image control.
<WDPic variable>.DrawCircle (Function)
Draws a circle or an ellipse in a WDPic variable.
<picLayer variable>.DrawCircle (Function)
Draws a circle or an ellipse in a picLayer variable.
<WDPic variable>.DrawPolyline (Function)
Draws a line composed of multiple segments.
<picLayer variable>.DrawPolyline (Function)
Draws a line composed of multiple segments.
<WDPic variable>.DrawRoundedRectangle (Function)
Draws a rounded rectangle in a WDPic variable.
<picLayer variable>.DrawRoundedRectangle (Function)
Draws a rounded rectangle in a picLayer variable.
<WDPic variable>.DrawTextRTF (Function)
Draws an RTF text in a WDPic variable.
<picLayer variable>.DrawTextRTF (Function)
Draws an RTF text in a picLayer variable.
<WDPic variable>.DrawSlice (Function)
Draws a section of a circle or an ellipse in a WDPic variable.
<Image>.DrawSlice (Function)
Draws a circle or an ellipse section in an Image control.
<WDPic variable>.DrawTextMarkdown (Function)
Draws Markdown text in a variable of type WDPic.
<picLayer variable>.DrawTextMarkdown (Function)
Draws Markdown text in a variable of type picLayer.
<Image variable>.DrawTextMarkdown (Function)
Draws Markdown text in a variable of type Image.
<Image variable>.DrawSlice (Function)
Draws a section of a circle or an ellipse in an Image variable.
<picLayer variable>.DrawSlice (Function)
Draws a section of a circle or an ellipse in a picLayer variable.
MenuSelectMinus (Function)
Disables (grays out) a menu option (popup menu or drop-down menu).
Dashboard control: Automatic Application Features (AAF)
The Dashboard control proposes several Automatic Application Features (AAF) allowing the user to benefit from all control capabilities......
dTextRTF (Function)
Draws RTF text: in an Image control, in an Image variable....
1
5
6
7
8
9
241
>