ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Clipboard management functions
List of functions for managing the clipboard...
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.
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......
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.
ListSeek (Function)
Searches for an element in a List Box, ListView or Combo Box control (including the values described by gStoredValue).
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.
FontItalic (Property)
The FontItalic property is used to: Determine if the text is italicized. Apply or remove italic formatting from the text....
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.
EmailReadNext (Example)
Usage example of the EmailReadNext function
FontUnderlined (Property)
The FontUnderlined property is used to: Determine if the text is underlined. Underline (or not) a text....
gLink (Function)
Adds an "invisible" value into an element found in a List Box or Combo Box control. Function kept for compatibility. It is recommended to use gStoredValue....
Constants used by properties associated with windows, reports, pages and controls
List of constants used by properties associated with windows, reports, pages and controls....
UI compilation errors
UI compilation errors indicate the possible problems detected in your interfaces whenever a window, a page or a report is saved or whenever the project is recompiled......
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
Managing emails with "Simple MAPI"
Simple MAPI simplifies the management of emails received by the hosting company......
Creating the summary
Users are familiar with summaries, as the summary is the first element they look at in printed documentation......