ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

MatRead (Function)
Reads the value of a matrix element.
IWListNext (Function)
Displays the next internal window in the list of internal windows browsed by an Internal Window control.
IWListPrevious (Function)
Displays the previous internal window in the list of internal windows browsed by an Internal Window control.
TextWidth (Function)
Calculates the width (in pixels) of the text displayed in an edit control, in a Combo Box control or in a Static control.
TextHeight (Function)
Calculates the height (in pixels) of the text displayed in an edit control, in a Static control or in a Combo Box control.
LooperInfoXY (Function)
Used to find out the row or control located at specific position in the Looper control (X, Y).
Constants for encryption/compression
List of constants used by the encryption/compression functions...
ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.
InfoThumbnailGeneration (Property)
The InfoThumbnailGeneration property is used to determine if the thumbnails of an item have been generated successfully.
NbThumbnail (Property)
The NbThumbnail property is used to get the number of thumbnails generated for an item.
ControlCurrent (Function)
Returns the name of the control currently in edit.
MatDeterminant (Function)
Calculates the determinant of a square matrix (the number of rows is equal to the number of columns).
IWListDeleteAll (Function)
Deletes all the internal windows from the list of internal windows browsed by an Internal Window control.
MatInvert (Function)
Calculates the inverse of a square matrix.
XMLDelete (Function)
Deletes the current element (as well as the entire branch) from an XML document.
MatTranspose (Function)
Calculates the transposed matrix.
HErrorDuplicates (Function)
Used to check whether a duplicate error occurred.
BTAcceptConnection (Function)
Used to find out whether a Bluetooth radio accepts (or not) the requests for connection coming from the devices.
dbgLogOption (Function)
Retrieves or modifies the options of the runtime log.
ListDisplay (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file
InputType (Property)
The TypeSaisie property lets you know or modify the type of input allowed by a field: Duration, Date, Numerical, ...
XMLExecuteXPath (Function)
Executes an XPATH query: in an XML document. in an xmlDocument variable....
Encode (Function)
Encodes a character string or a buffer. To decode the result, simply use Decode.
InWindowsPhoneEmulatorMode (Function)
Indicates whether the test is run via the Windows Phone emulator. Function kept for backward compatibility....