ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Bearing (Property)
The Bearing property gets or sets the bearing of the map displayed in a Map control.
Constants for managing Scheduler and TimeLine controls
The following constants are used to manage Scheduler and TimeLine controls:...
XMLToText (Function)
Converts a character string in XML format into a standard character string.
FinNetCurrentVal (Function)
Returns the net current value of investment.
The TimeLine control
The TimeLine control is used to represent chronologies of close events that can be parallel....
Animation management functions
WINDEV proposes several WLanguage functions for managing animations......
XMLExtractString (Function)
Extracts the content of a tag found in an XML document.
WDSQL: Creating an SQL query
Once the connection to the database is established, WDSQL allows you to create different types of SQL queries......
PageToASP (Function)
Sends the data found in a page currently displayed in the browser to an ASP server.
PageToJSP (Function)
Sends the data found in a page currently displayed in the browser to a JSP server.
PageToPHP (Function)
Sends the data found in a page currently displayed in the browser to a PHP server.
StringDelete (Function)
Deletes: all the occurrences of a substring within a string. part of a string within another string. The part of the string to remove is identified by its position and length....
NoCharacter (Function)
Returns a string after removing the specified leading and trailing characters.
InAutomaticTestMode (Function)
Used to find out whether an automatic test is currently run or not.
Constant
The constants are language elements whose value is fixed once and for all...
TestWriteResult (Function)
Writes information or an error into the status report of a unit test, in the test editor.
dFill (Example)
Usage example of the dFill function
XMLRead (Function)
Returns the value of an XML element or the value of the attribute for an XML element.
TableDisableFilter (Function)
Disables a user filter on a column or on all the columns found in a Table or TreeView Table control.
eCurrencyName (Function)
Returns the caption of a currency.
Native Sybase Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native Sybase Connector (also called Native Sybase Access)......
ListDeleteAll (Function)
Clears a List Box, ListView or Combo Box control populated programmatically.
ListDelete (Function)
Deletes an element from a List Box, ListView or Combo Box control populated programmatically.
LDAPAddAttribute (Function)
Adds an attribute or adds a new value to an existing attribute.
14. Controls in practice