ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

NoCharacter (Function)
Returns a string after removing the specified leading and trailing characters.
BTLEListDevice (Function)
Returns the list of accessible Bluetooth Low Energy devices.
<Document variable>.UndoCount (Function)
Returns the number of actions that can be undone in a Document variable.
<Pivot table>.SelectCount (Function)
Returns the number of selected cells in a Pivot Table control.
grInfoXY (Function)
Returns information about the series found at a specific chart point.
HRetrieveRecord (Function)
Returns the content of the current record (in a file, a view or a query, ...).
TreeGetIndex (Function)
Returns the index of an element (node or leaf) in a TreeView control.
TreeCount (Function)
Returns the number of elements found in a branch of a TreeView control.
TableSortedColumn (Function)
Returns the list of sorted columns found in a Table control.
Handle (Function)
Returns the system "Handle" (HWND) of a WINDEV control or window.
SysStatusExternalStorage (Function)
Returns the availability status of the external storage space of the device.
NetIPToMAC (Function)
Returns the MAC address corresponding to a given IP address.
RandomCryptoInteger (Function)
Returns a random number that can be used with the cryptographic technologies.
HListQueryParameter (Function)
Returns the list of parameters for a query created in the query editor.
Properties associated with the rows of a TreeView control
The rows of TreeView controls in a window or page can be manipulated using different WLanguage properties......
RTFToHTML (Function)
Returns the HTML string corresponding to the specified RTF string.
LineToPosition (Function)
Returns the position of the first character of a line in a block of text.
CombinationFromValue (Function)
Returns a combination of one or more options known by their associated values.
SysWindowsVersion (Function)
Returns information about the Windows version used on the current computer.
ArcTan2 (Function)
Returns the arc tangent 2 of the values passed in parameter.
Guided Tour
A Guided Tour presents a series of features, displayed in a tooltip in the current window or page......
Note (Property)
The Note property is used to: Find out the notes associated with a control, a window, a page or a report. Modify the notes associated with a control, a window a page or a report....
PageBorderVisible (Property)
The PageBorderVisible property is used to: determine if the page borders are displayed in a Diagram Editor control. show or hide the page borders in a Diagram Editor control....
NbLabel (Property)
The NbLabel property is used to: Find out the number of labels printed across the page width. Modify the number of labels printed across the page width....
ScriptExecute (Function)
Calls an external script (.asp or .php) and returns the result in a string.