ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

AdLoaded (Property)
The AdLoaded property indicates whether an ad is currently loaded (and displayed) in the Ad control.
gFontStrikeout (Function)
Builds a sequence of characters used to specify whether the text that follows the call to this function is crossed out or not.
ParallelTaskExecuteAfter (Function)
Indicates a continuation parallel task that will be run when one of the specified parallel task is completed.
InAJAXMode (Function)
Specifies whether the code is run from: a process in AJAX mode. a procedure called by AJAXExecute or AJAXExecuteAsynchronous....
HOut (Function)
Used to find out whether the record on which you want to be positioned is located outside the data file, filter, view or query.
XMLOut (Function)
Used to find out whether the element (tag or attribute) on which we want to be positioned is outside the XML document.
fDataDir (Function)
Returns the full path of the directory of HFSQL data files specified by the user when installing the application.
SysRemovableExternalStorage (Function)
Used to find out whether the external storage space corresponds to the movable memory (SD Card).
CaptchaVerify (Function)
Checks whether the value typed by the user corresponds to the string displayed in a Captcha control.
PageWriteCustomHTTPCode (Function)
Specifies the custom HTTP code that will be returned to the client after the server code of the page is executed.
AAFPossible (Function)
Indicates whether an AAF (Automatic Application Feature) can be run on a specific control.
SpreadsheetGetMerge (Function)
Used to find out whether a cell is merged with other cells and to get the name of merged cells.
ConsoleWrite (Function)
Writes a character string in the standard output stream "stdout" (also called "console").
<Captcha>.Verify (Function)
Checks whether the value typed by the user corresponds to the string displayed in a Captcha control.
EventExist (Function)
Indicates whether a specific procedure is run when a Windows event is sent to a control or window.
<Spreadsheet>.GetMerge (Function)
Used to find out whether a cell is merged with other cells and to get the name of merged cells.
<Table>.InputSearch (Function)
Enables input in the search area in the column title of the Table or Treeview Table control.
MemOut (Function)
Used to find out whether the browse performed on a memory area is outside this memory area.
<Window>.OpenAsynchronous (Function)
Opens a window whose result will be retrieved via a WLanguage procedure ("callback").