ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ImageInfo (Function)
Retrieves the characteristics of an image file or the characteristics of a PDF file:
  • format.
  • width and height.
  • number of bits per pixel.
  • area of transparency.
<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>.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.
<picLayer variable>.DrawPolyline (Function)
Draws a line composed of multiple segments.
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, ......
Push (Function)
Pushes an element onto the stack.
Enqueue (Function)
Adds an element to the queue.
Character strings
WLanguage supports different types of strings....
Anchoring controls in a report
The anchors are used to define the behavior of controls during a resize operation......
WDModFic : Tool for automatic modification of data files
WDModFic is a tool used to perform the automatic modification of the data files found on the development computer and on the end-user computers......
User report editor (Reports & Queries)
A report provides a custom view of data......
Installing version 2024
Cherche les éléments d'un noeud HTML correspondant à une balise....
The different types of windows
The following types of windows can be created in a WINDEV application......