ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableRecNum (Function)
Returns the number of the current record in a Table control based on a data file.
Stored procedures and queries (HFSQL Client/Server)
The stored procedures are used to simplify the development and the maintenance of your applications by factorizing the code......
HRetrieveItem (Function)
Returns the content of an item found in the current record (in the data file, view, query, ...).
ArrayInfo (Function)
Returns the characteristics of an array: type of elements, number of dimensions, dimensions, etc.
J2EEGetResult (Function)
Returns the result of the last J2EE procedure that was successfully run.
ListCount (Function)
Returns the number of elements in a List Box, ListView or Combo Box 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.
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.
Native SQL Server Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native SQL Server Connector (also called Native SQL Server Access)......
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....
ScreenType (Function)
Returns the type of screen on which the application is run: phone, tablet, computer or watch.
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.
<Table>.BreakIndex (Function)
Returns the index of the break header and footer for a given break in a Table control.
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).
Local procedure
Two types of procedures are available......
JSONExecuteExternal (Function)
Calls an external server URL that returns data in JSON format (JavaScript Object Notation).