ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Queue variable>.Enqueue (Function)
Adds an element to the queue.
Graphic string management functions
List of SQL functions used to create and handle graphic strings...
<Stack variable>.Push (Function)
Pushes an element onto the stack.
<picLayer variable>.Fill (Function)
Colors an area in a picLayer variable.
<picLayer variable>.Blur (Function)
Blurs the entire given area in a variable of type picLayer.
<picLayer variable>.DrawPolyline (Function)
Draws a line composed of multiple segments.
<picLayer variable>.DrawChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line) in a picLayer variable.
<WDPic variable>.DrawPoint (Function)
Draws a point in a WDPic variable.
<WDPic variable>.DrawText (Function)
Draws a text in a WDPic variable.
<picLayer variable>.DrawTextRTF (Function)
Draws an RTF text in a picLayer variable.
Live Data: viewing data in the editors
The "Live Data" is used to view the content of the data files in the controls currently created in the different editors of the product used (window editor, page editor, report editor, ......
Copy between the editors
WINDEV, WEBDEV and WINDEV Mobile allow you to perform copies (or Drag and Drop) of controls between the products and their editors....
Character strings
WLanguage supports different types of strings....
<WDPic variable>.DrawPolygon (Function)
Draws a polygon in a WDPic variable.
ERR_BAD_URL
The source code manager
WINDEV, WEBDEV and WINDEV Mobile propose a sophisticated Source Code Manager......
WEBDEV Application Server 2024
Enqueue (Function)
Adds an element to the queue.
Push (Function)
Pushes an element onto the stack.
dPolyline (Function)
Draws a line composed of multiple segments.
<WDPic variable>.DrawSlice (Function)
Draws a section of a circle or an ellipse in a WDPic variable.
<WDPic variable>.DrawRectangle (Function)
Draws a rectangle in a WDPic variable.
dSaveImage (Function)
dSaveImage is kept for backward compatibility.
Options displayed in a status bar with multiple cells
In the status bar description window, you can specify the options that will appear in each cell of the status bar......
TreeInsert (Function)
Inserts a leaf into a TreeView control at a specific position.