ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

AppParameter (Function)
Returns information about the mechanism for automatic application update.
EnumMenu (Function)
Returns: the name of nth option or sub-option found in the main menu of window. the name of nth option or sub-option found in a custom context menu (created with WINDEV or WINDEV Mobile)....
EmailReadNextHeader (Function)
Reads the header of the email found after the current email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
TestAddIteration (Function)
Adds an iteration into the current test and gives the values of test parameters for this iteration.
LooperSort (Function)
Allows you to: Sort a Looper control according to one or more attributes. Sort a Looper control on all its attributes. Cancel a sort that was performed beforehand (which means ignore the sort)....
dAlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
SQLGetMemo (Function)
Retrieves the content of a Memo column from the query result, for the current row.
RadioButtonDelete (Function)
Deletes an option from a Radio Button control.
GanttDeleteLink (Function)
Removes links from a Gantt Chart column in a Table or TreeView Table control.
MongoModifyAll (Function)
Modifies documents in a collection of a MongoDB database.
StatCorrelation (Function)
Calculates the coefficient of correlation between two series of values.
MapConfigureGglAPI (Function)
Declares additional parameters for the Map control that will be transmitted to the Google API.
Clone (Function)
Constructs a copy of a class instance: An object of the actual class of the class instance is allocated. The members of the class instance are copied to the members of the new object....
HCreation (Function)
Creates an empty table (file extension ".FIC") with index file, full-text index file and memo file if required.
ScreenSize (Function)
Returns the size (in inches) of the diagonal of the screen on the device where the application is run.
LooperAdd (Function)
Adds a row at the end of a Looper control.
StreamStop (Function)
Stops receiving or broadcasting a type of data in a stream.
SysWindowsAccentColor (Function)
Returns the Windows accent color.
SysGetDC (Function)
Retrieves the DC (Device Context) of a window, control or screen.
UPNPMediaStop (Function)
Stops reading the current media on the UPNP device.
LooperToExcel (Function)
Creates an Excel file with data from a RepeatString field (RepeatString field file or RepeatString field memory).
DocChangeZOrder (Function)
Changes the Z-order of an Image or Text Area element in a DocX document.
HListItem (Function)
Returns the list of items: found in a table (a query or a view) known to the HFSQL engine. The tables defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. found in a Record variable....
HBuildKeyValue (Function)
Builds the value of a composite key to implement a filter (HFilter) or to perform a search (HReadSeekFirst, HReadSeekLast, etc.).
AJAXAvailable (Function)
Used to find out whether the AJAX technology is supported by the current browser.