ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TextEllipsis (Function)
Returns the text with ellipsis displayed in an Edit, Combo Box or Static control.
ArrayUnionAll (Function)
Returns an array corresponding to the union of two arrays (without deleting duplicates).
<Looper>.BreakIndex (Function)
Returns the index of the break header and footer for a given break in a Looper control.
MapInfoXY (Function)
Returns the geographical position (latitude and longitude) corresponding to a point in a Map control.
PVTListPositionHeader (Function)
Returns all values associated with a row or column header in a Pivot Table control.
TableRecNum (Function)
Returns the number of the current record in a Table control based on a data file.
TableBreakIndex (Function)
Returns the index of the break header and footer for a given break in a Table control.
SpreadsheetStyleSelection (Function)
Returns or modifies the style of selected cells in a Spreadsheet control found in a window.
HInfoBackup (Function)
Returns information about one or more backups performed on an HFSQL Client/Server server....
<Table>.BreakIndex (Function)
Returns the index of the break header and footer for a given break in a Table control.
MapInfoPosition (Function)
Returns the coordinates (in pixels) of the point corresponding to a geographical position (latitude and longitude).
LooperBreakIndex (Function)
Returns the index of the break header and footer for a given break in a Looper control.
TableItemStatus (Function)
Returns the status of a node in a Treeview Table control: collapsed, expanded or not found.
ScreenType (Function)
Returns the type of screen on which the application is run: phone, tablet, computer or watch.
Dimension (Function)
Returns the size of a variable (string, numeric, array, ...) or resizes a dynamic array.
WinOutHeight (Function)
Returns the full height of the window (including the border, menu bar and title).
NoRightCharacter (Function)
Returns a string after removing the specified characters from the right side of the initial string.
SysDirExternalStorage (Function)
Returns the path of the directory that will be used to store files in the external storage space of the Android device.
NoLeftCharacter (Function)
Returns a string after removing the specified characters from the left side of the initial string.
CommonLength (Function)
Returns the number of common characters between two strings (from the beginning or from the end of the string).
Ribbon control properties
The WLanguage properties can be used to handle: a Ribbon control found in a window. a pane of a Ribbon control. a grouping of a Ribbon control....
EmailStartNotesSession (Function)
Allows you to access the data handled by the Lotus Notes messaging (emails, contacts, groups of contacts, tasks, appointments).
Handling a Pivot Table control through programming
A Pivot Table control can be handled through programming......
Native Oracle Connector: Retrieving the output value of a stored procedure
The Native Oracle Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
WDOptimizer: Optimizing indices
WDOptimizer includes multiple modes to optimize indices......