ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<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).
Input (Function)
Displays a message allowing the user to type an information.
<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).
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 a WEBDEV Slider control through programming
WEBDEV allows you to handle a Slider 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...
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......
HCS.Timeout (Variable)
The HCS.Timeout variable is used to modify the connection timeout: for the connections established by HOpenConnection. for the automatic connection openings....
AttributeSerialize (Property)
The AttributeSerialize property gets the serialization name of the type according to its name and the <Serialize> extension attribute.
DnDCacheData (Function)
Indicates the type of data and the data to copy/move during Drag/Drop....
nWDEvaluate: Evaluating the value of an element
Evaluating the value of an element......
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.