ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ScreenType (Function)
Returns the type of screen on which the application is run: phone, tablet, computer or watch.
PVTListPositionHeader (Function)
Returns all values associated with a row or column header in a Pivot Table control.
BrowserSlice (Function)
Returns the number of the slice displayed in a page in Responsive Web Design mode.
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.
<Table>.BreakIndex (Function)
Returns the index of the break header and footer for a given break in a Table control.
Query
A query is used to interrogate a database in order to view, insert, modify or delete data......
AJAX: Overview
The AJAX technology is available in native mode in WEBDEV and in the PHP sites developed with WEBDEV......
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.
MapInfoXY (Function)
Returns the geographical position (latitude and longitude) corresponding to a point in a Map 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).
MultimediaVolume (Function)
Returns or modifies the sound volume of the multimedia file played in a Multimedia control.
MultimediaDuration (Function)
Returns the size of the media file currently played (in milliseconds) in the Multimedia control.
AppChangeParameter (Function)
Changes an information in the mechanism for automatic application update.
SysDeviceInfo (Function)
Retrieves information from the mobile device where the application is run
<mongoGridFS variable>.GetFileInfo (Function)
Used to get information about a MongoDB file (gridFS).
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).
Easter (Function)
Returns the date of Easter for the specified year according to the western Christian calendar.
fListDirectory (Function)
Lists the subdirectories of a given directory and returns the full paths of listed subdirectories.