ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HRetrieveItem (Function)
Returns the content of an item found in the current record (in the data file, view, query, ...).
PHPDisplay (Function)
Calls an external PHP script and returns the result page in the current browser window.
MCIMsgErr (Function)
Returns the caption of the last error that occurred on a MCI function (Media Control Interface).
Reverse (Function)
Returns the character that corresponds to the difference between the ASCII code of a specific character in a string and 255.
LargeFontFactor (Function)
Returns the current enlargement ratio of a WINDEV window (only if Windows is in "large fonts" mode).
ListSelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box control.
ExeListDLL (Function)
Returns the list of libraries (".DLL" files) used by one of the applications currently run.
IntegerToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is an integer).
StatError (Function)
Returns the error number for the last error caused by a Statxxx function (statistical functions).
SQLClose (Function)
Declares the end of the query execution and frees the memory resources allocated during the execution of the query.
FTPName (Function)
Returns the name of last file accessed by an FTP function (File Transfer Protocol).
FTPSize (Function)
Returns the size (in bytes) of a file found on an FTP server (File Transfer Protocol).
ASPDisplay (Function)
Calls an external ASP script and returns the result page in the current browser window.
tapiKeyPressed (Function)
Returns the history of the keys pressed on the phone keypad since the last call to tapiKeyPressed.
EmailStatus (Function)
Returns the status of an email sent via an SMTP session started in asynchronous mode.
HInfoLock (Function)
Returns information about the lock set on a data file, on one or all the records in a data file.
zipCurrentFile (Function)
Returns the name of the archived file currently handled by the functions for adding and extracting files.
HListKey (Function)
Returns the list of keys found in a file (query or view) recognized by the HFSQL engine.
fMIMEType
Returns the type of file according to the MIME standard (Multipurpose Internet Mail Extensions).
iOSApplicationOpenURLProcedure (Function)
Allows you to specify the procedure to be called when the application needs to open a resource identified by a URL.
<Connection>.InfoLock (Function)
Returns information about the lock set on a data file, on one or all the records in a data file.
ListInfoXY (Function)
Returns the index of the row (or image) at a given position in a List Box or ListView control.
<List Box>.InfoXY (Function)
Returns the index of the row (or image) at a given position in a List Box or ListView control.
YesNo (Function)
Displays a message in a standard dialog box that proposes "Yes" and "No" and returns the user's choice....
Count (Property)
Count keyword can correspond to: the Count function. This function returns the number of occurrences of a control in a window, page or group of controls. The Count property, which returns a number of elements. This property can be used on: the controls of a window or page. For more details, see Count. a xmlNode variable. a JSON variable....