ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Opacity (Property)
The Opacity property is used to get and change the opacity of an element.
FOR EACH/FOR ALL statement (browse of combinations)
The FOR EACH statement is used to browse the available values in the combinations.
FOR EACH/FOR ALL statement (browse of enumerations)
The FOR EACH statement is used to browse the available values in the enumerations.
Calendar functions
List of Calendar functions...
Print constants
List of constants used by the print functions....
SOAPToHTTP (Function)
Builds the HTTP request to call a function of a Webservice. This request can be modified to adapt it to the expectations of the Webservice, if necessary. It can then be sent using HTTPSend.
XML functions
List of XML functions...
HSL (Function)
Creates a color from its hue, saturation and lightness.
MapAddMarker (Function)
Adds a new marker onto a map displayed in a Map control.
MapDeleteMarker (Function)
Deletes a marker from a map displayed by a Map control.
MapModifyMarker (Function)
Modifies a marker displayed in a Map control.
ToolTip (Property)
The ToolTip property gets and changes the tooltip text.
Font
The Font keyword can correspond to: a Font variable. the Font property....
HorizontalAlignment (Property)
The HorizontalAlignment property is used to get and change the horizontal alignment of a control or text.
VerticalAlignment (Property)
The VerticalAlignment property is used to get and change the vertical alignment of a control or text.
ExecuteUpdateUIParent (Function)
Immediately executes the "Request for refreshing the display" event of the parent. This function is kept for backward compatibility.
Printing in PDF format: Special cases
Specific features of print in PDF format...
CertificateCheckDuplicate (Function)
Checks the signature of a duplicate.
TableSave (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
BackgroundColor (Property)
The BackgroundColor property is used to get and change the background color of an element.
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
ChronoReset (Function)
Stops and resets a running stopwatch.
GglAddressToCoordinates (Function)
Retrieves the coordinates (latitude/longitude) of an address....
Value (Property)
The Value property is used to get and change the value of an element.
Manipulating TreeView controls programmatically (prefix syntax)
WINDEV, WINDEV Mobile and WEBDEV allow you to manipulate a TreeView control through programming......