ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<WDPic variable>.InvertColor (Function)
Inverts the colors of a WDPic variable.
<Image variable>.DrawTextRTF (Function)
Draws an RTF text in an Image variable.
<Image variable>.DrawText (Function)
Draws a text in an Image variable.
<Image>.DrawSlice (Function)
Draws a circle or an ellipse section in an Image control.
<Image variable>.DrawCircle (Function)
Draws a circle or an ellipse in an Image variable.
<Image variable>.DrawChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line) in an Image variable.
The different types of integers
ArrowStart (Function)
Sets the position of the source end of an arrow in a "Shape" control.
ArrowEnd (Function)
Sets the position of the target end of an arrow in a "Shape" control.
Creating index keywords
Index keywords allow users to easily find a help page......
<picLayer variable>.DrawRectangleGradient (Function)
Draws a rectangle in a picLayer variable.
TopMargin (Property)
The TopMargin property sets the top margin of an element.
<Image>.DrawRectangle (Function)
Draws a rectangle in an Image control.
<Component>.Load (Function)
Loads an external component independent of the current project.
SCM: Management of branches
The management of branches is used to manage several versions of the same application in parallel......
<Table>.SwapLine (Function)
Swaps: two rows in a Table control populated programmatically. two branches in a Treeview Table control populated programmatically....
<picLayer variable>.PixelColor (Function)
Identifies the color of a pixel contained in a picLayer variable.
Comparing controls
In some cases, you may need to compare two controls in one or more windows or pages......
<picLayer variable>.Background (Function)
Declares the default background color for the rectangles and circles, ... used in a picLayer variable.
<WDPic variable>.DrawLine (Function)
Draws a line in a WDPic variable.
TableMoveLine (Function)
Moves a row or swaps two rows in a Table control.
<WDPic variable>.Pen (Function)
Declares the default color and style for the lines, rectangles, circles, ... in a WDPic variable.
LoWord (Function)
Returns the two low bytes of an integer.
HiWord (Function)
Returns the two high bytes of an integer.
Creating a WINDEV SOAP Server application
The SOAP Server application is an application containing all the procedures to run......