ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

PVTListPositionHeader (Function)
Returns all values associated with a row or column header in a Pivot Table control.
EmailListFolder (Function)
Returns the list of folders: found in the Outlook messaging software. for an IMAP session....
TableItemStatus (Function)
Returns the status of a node in a Treeview Table control: collapsed, expanded or not found.
TableFilteredColumn (Function)
Returns the list of columns filtered by the user in a Table or TreeView Table 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.
ListCount (Function)
Returns the number of elements in a List Box, ListView or Combo Box 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.
Binding a Link control to an item
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.
TextEllipsis (Function)
Returns the text with ellipsis displayed in an Edit, Combo Box or Static control.
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).
Configuring the "fax server" computer
WINDEV and WEBDEV allow you to manage faxes via the system fax server, available in Windows XP and Windows 2000......
WEBDEV administrator: Overview
The WEBDEV administrator is a module used to manage the dynamic WEBDEV sites......
NoRightCharacter (Function)
Returns a string after removing the specified characters from the right side of the initial string.
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).
AAF: Simple edit options in an edit control
The context menu of an edit control is used to perform simple edit operations...