ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Generating a library
Generating a library consists in selecting the elements handled by this application (windows, reports, classes, sets of procedures, queries, data files......
XMLParent (Function)
Positions on the parent element of current element (tag or attribute).
XMLElementType (Function)
Returns the type of current element (tag or attribute).
<picLayer variable>.InvertColor (Function)
Inverts the colors of a picLayer variable.
Training sessions organized by PC SOFT
PC SOFT proposes several training classes, according to your own requirements......
User Groupware: Creating and installing the executable
The executable of an application that supports the User Groupware is a multi-instance executable....
XMLCancelSearch (Function)
Cancels the search performed by XMLFind.
RESTSend (Function)
Sends a REST request and waits for the server response.
Exist (Property)
The Exist property is used to determine if an element exists.
<picLayer variable>.StartDrawing (Function)
Indicates that the drawing functions that will be used are intended for the specified picLayer variable.
<WDPic variable>.DrawRectangleGradient (Function)
Draws a rectangle in a WDPic variable.
<picLayer variable>.DrawRoundedRectangle (Function)
Draws a rounded rectangle in a picLayer variable.
ColorHue (Function)
Calculates the hue of a color.
ColorSaturation (Function)
Calculates the saturation of a color.
ColorLightness (Function)
Calculates the lightness of a color.
<WDPic variable>.InvertColor (Function)
Inverts the colors of a WDPic variable.
dBorder (Function)
Draws the borders.
WDOptimizer: Overview
The different operations that can be performed with WDOptimizer are as follows......
XMLChild (Function)
Positions on the first child element of current element.
<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.
<picLayer variable>.PixelColor (Function)
Identifies the color of a pixel contained in a picLayer variable.
<WDPic variable>.Font (Function)
Declares the font that will be used by dText in a WDPic variable.
ImageStartScrolling (Function)
Starts cycling through images.
Application triggers
...A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a data file....