ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Input (Function)
Displays a message allowing the user to type an information.
Data source (Example)
Usage example of the Data source type
grWaterfallCategoryType (Function)
Indicates the category type of a Waterfall chart.
<Chart>.WaterfallCategoryType (Function)
Indicates the category type of a Waterfall chart.
<WDPic variable>.HorizontalSymmetry (Function)
Flips an image contained in a WDPic variable with respect to a horizontal axis (symmetry with respect to a horizontal axis).
<picLayer variable>.VerticalSymmetry (Function)
Flips an image contained in a picLayer variable with respect to a vertical axis (symmetry with respect to a vertical axis).
RegistryValueType (Function)
Returns the type of value found in the registry.
Handling a Static control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle a Static control programmatically......
Handling a Scrollbar control through programming
WINDEV allows you to handle a Scrollbar control through programming......
Handling an Action Bar through programming
An Action Bar can be handled through programming. To do so, use the variable corresponding to the Action Bar in the code....
Advanced types
The advanced types of WLanguage are as follows...
Handling a WEBDEV Slider control through programming
WEBDEV allows you to handle a Slider control through programming....
Reals
<Document variable>.UndoCount (Function)
Returns the number of actions that can be undone in a Document variable.
<Email variable>.ImportSource (Function)
Fills an Email variable using the content of its Source property.
<Image variable>.DrawArc (Function)
Draws a circle arc or an ellipse arc in an Image variable.
<xsdEntity variable>.AddAttribute (Function)
Adds an attribute to an automatic variable generated by the import of a Webservice.
<WDPic variable>.DrawArc (Function)
Draws a circle arc or an ellipse arc in a WDPic variable.
<picLayer variable>.DrawArc (Function)
Draws a circle arc or an ellipse arc in a picLayer variable.
DnDIsDataAvailable (Function)
Checks whether a specific type of data is available during Drag/Drop....
PicSave (Function)
Saves the image found: in an Image Editor control. in a WDPic variable....
Automatic completion
The automatic completion helps you write WLanguage code in your applications......
Multiline strings
To type character strings over several lines in the code editor...
Composite chart
A composite chart is a chart that displays several types of charts......
DnDCacheData (Function)
Indicates the type of data and the data to copy/move during Drag/Drop....