ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Generator of WINDEV skin templates: Customizing the elements
The generator of WINDEV skin templates is used to generate the necessary files for creating a custom skin template for the WINDEV projects......
YInitial (Property)
The YInitial property is used to: Find out the Y-coordinate: of a control (position on Y-axis) when opening the window or the page. of a window (position on Y-axis) when opening the window. Modify the Y-coordinate of a control anchored "to bottom" (position on the vertical axis) when opening the window. Find out the Y-coordinate of a control in relation to its block (position in millimeters on the vertical axis) when opening the report....
Anchor (Property)
The Anchor property sets the anchors of a control in a window, page or report.
FontBold (Property)
The FontBold property is used to: Determine if the text is bold. Change the weight of the text....
Window controls
Several types of controls can be used in a window, ......
RightClick (Property)
The RightClick property gets and sets the name of the Button control that will be executed when an object is right-clicked.
Controls of a dynamic page
Several types of controls can be handled in a dynamic page ......
docElement (Type of variable)
The docElement type is used to handle each element found in a docParagraph variable.
FontItalic (Property)
The FontItalic property is used to: Determine if the text is italicized. Apply or remove italic formatting from the text....
InitialVisible (Property)
The InitialVisible property is used to determine if: a control was visible during the first display of the associated window or page. a window was visible during its first display....
Creating an automatic help
The Automatic Application Features (AAF) allow you to add features to your application without having to write a single line of code......
gStoredValue (Function)
Adds an "invisible" value to an element in a List Box, Combo Box or Scheduler control.
XInitial (Property)
The XInitial property is used to: Get the X-coordinate: of a control (position on the X-axis) when opening the window or the page. of a window (position on X-axis) when opening the window. Change the X-coordinate of a control anchored "to the right" (position on the X-axis) when opening the window. Get the X-coordinate of a control in relation to its block (position in millimeters on the X-axis) when opening the report....
Creating a window skin template
InitialValue (Property)
The InitialValue property is used to get the initial value of a control in a window or page.
Constants used by properties associated with windows, reports, pages and controls
List of constants used by properties associated with windows, reports, pages and controls....
State (Property)
The State property is used to get and change the state of an element.
MouseCursor (Property)
The MouseCursor property is used to identify and change the hover cursor defined for a control, window or page.
gImage (Function)
Builds a sequence of characters containing an image.
DictionaryLoad (Function)
Indicates and loads the dictionary corresponding to a given language.
Clipboard management functions
List of functions for managing the clipboard...
WDSQL: Creating an SQL query
Once the connection to the database is established, WDSQL allows you to create different types of SQL queries......
The "Bubble" charts
A bubble chart shows the correlation between three variables via bubbles of different sizes: categories and values on the X and Y axes and an additional parameter. The size of the bubble indicates the value of this third parameter.
The "Area" charts
The Area chart is used to highlight the amplitude of a change......
AAFContextMenuToString (Function)
Returns the list of options in the context menu actually displayed by the control.