ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

NumHelp (Function)
Returns the number of the help context associated with the specified control.
<Source>.RetrieveRecord (Function)
Returns the content of the current record (in a file, a view or a query, ...).
<Source>.ListQueryParameter (Function)
Returns the list of parameters for a query created in the query editor.
<Source>.GetCurrentPosition (Function)
Returns the approximate position of current record in the data file.
<Connection variable>.ListParameter (Function)
Returns the list of parameters saved from the stored procedures on the server.
MCIStatus (Function)
Returns the status of a media file that was opened beforehand MCIOpen.
SysWindowsVersion (Function)
Returns information about the Windows version used on the current computer.
Count (Property)
The Count property returns the number of elements in a given set.
BrowserName (Function)
Returns the name of the browser of the Web user ("user agent").
ImageArea (Function)
Returns the number of the image area clicked by the Web user.
ASPExecute (Function)
Calls an external .asp script and returns the result in a string.
PHPExecute (Function)
Calls an external .php script and returns the result in a string.
<Array>.AnyTrue (Function)
Returns True if at least one element of an array is True.
fTempPath (Function)
Returns the name of directory used to store the temporary files.
SysVersion (Function)
Returns information about the PHP version used on the current server.
MCIRetrieve (Function)
Returns the last result of the MCI command run by MCIExecute.
TableColumnIndex (Function)
Returns the index of a column in a Table or Treeview Table control.
TableSortedColumn (Function)
Returns the list of sorted columns found in a Table control.
ControlTab (Function)
Returns the name of the Tab control that contains the specified control.
EnumControl (Function)
Returns the name of Nth control found in the specified element.
fListFile (Function)
Lists the files found in a directory and returns the list of files.
Handle (Function)
Returns the system "Handle" (HWND) of a WINDEV control or window.
TwainSourceHeight (Function)
Returns the height (in millimeters) of the document captured by a Twain device.
TwainSourceWidth (Function)
Returns the width (in millimeters) of the document captured by a Twain device.
TreeSelect (Function)
Returns the full path of the selected element in a TreeView control.