ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

dRectangleGradient (Function)
Draws a rectangle: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
gImage (Function)
Builds a sequence of characters containing an image.
Event (Function)
Intercepts a Windows event on a control, a group of controls or a WINDEV window.
ComponentLoad (Function)
Loads an external component. This component can be: an external component present in the current project. an external component independent of the current project....
fMoveFile (Function)
Moves a file from one directory to another.
LooperSave (Function)
Validates the modification or addition of the record associated with the current row in the Looper control.
TableExpand (Function)
Expands: a branch that was previously collapsed in a TreeView Table control. a branch that was previously collapsed in a Table control. a detailed window displayed for a row....
Creating a branch
A branch is used to create a copy of the current project in order to perform modifications, additions, etc....
Importing styles from a WordPress theme with WEBDEV
WordPress offers numerous templates to create original websites...
eInitCurrency (Function)
Adds or changes the characteristics of a currency in the currency exchange table.
Programming an indexed control
Value (Property)
The Value property is used to: Find out and modify the value of a report control. Find out and modify the value of a control or the title of a window. Find out the identifier of a stream. Find out and modify the value of a control or the title of a page....
INIWrite (Function)
Writes a specific value into an INI file (or into a file structured like an.INI file).
Dictionary properties
The properties of a WDTRAD dictionary are as follows......
Filtering the headers and the content of a Pivot Table
By default, the entire data found in the data files is taken into account when calculating the content of a Pivot Table control......
TableListChild (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView Table control.
InvalidInputListControl (Function)
Builds a list of controls that require data input/contain invalid data....
Class diagram
A class diagram describes the structure of a system via classes and the relationships among them......
FontUnderlined (Property)
The FontUnderlined property is used to: Determine if the text is underlined. Underline (or not) a text....
AnchorRateRight (Property)
The AnchorRateRight property is used to: Find out the anchor rate when a control moves on the horizontal axis. Modify the anchor rate when a control moves on the horizontal axis....
AnchorRateHeight (Property)
The AnchorRateHeight property is used to: Find out the vertical anchor rate of a control. Modify the vertical anchor rate of a control....
DateToString (Function)
Converts: a date to a string in the specified format. a date time to a string in the specified format....
Characteristics of a Sidebar control
The main characteristics of a Sidebar control can be configured......
The different states of a Button control in a window
In WINDEV or WINDEV Mobile applications, Button controls can have multiple states......
The Slider control (in a window)
A slider control is used to select a value between two bounds......