ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Usage example of the XML types
The following examples is used to handle an XML document via the xmlDocument and cmlNode variables, ...
<Image variable>.VerticalSymmetry (Function)
Flips an image contained in an Image variable with respect to a vertical axis (symmetry with respect to a vertical axis).
CriticalSection
The CriticalSection keyword can correspond to: the CriticalSection function, which makes it possible to enable a named or on-variable critical section in the statement USING ... IN. the CriticalSection variable, which makes it possible to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application....
<Image variable>.HorizontalSymmetry (Function)
Flips an image contained in an Image variable with respect to a horizontal axis (symmetry with respect to a horizontal axis).
Operator on Address
The & operator returns the address of a variable as an integer
Creating a query
Two methods can be used to create a query......
<Image variable>.DrawPolyline (Function)
Draws a line composed of multiple segments in an Image variable.
Error 113: Non-dynamic array without definition
SOAPAddAttribute (Function)
Adds an attribute to an automatic variable generated by the import of a Webservice.
hScheduling (Type of variable)
The hScheduling type is used to define and find out the characteristics of the scheduling that must be performed: for a scheduled optimization task of HFSQL Client/Server files. for a scheduled backup task of HFSQL Client/Server files. for a scheduled replication of HFSQL servers....
<picLayer variable>.HorizontalSymmetry (Function)
Flips an image contained in a picLayer variable with respect to a horizontal axis (symmetry with respect to a horizontal axis).
Hash constants
List of constants used by the Hash functions....
Error 105: Redefinition of the local variable
<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 WEBDEV Slider control through programming
WEBDEV allows you to handle a Slider control through programming....
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....
spHash (Property)
The spHash property is used to: Get the algorithm used for salting an item of type "Password". This property can be used for items of type "Password" defined in the data model editor or programmatically. Set the algorithm used for salting (only for "Password" items described programmatically)....
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.
xlsColumnType (Function)
Returns the type of data entered in a column of an XLS file.
<Document variable>.UndoCount (Function)
Returns the number of actions that can be undone in a Document variable.