ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
<Image>.StartScrolling (Function)
Starts cycling through images.
<Image>.ScrollingPosition (Function)
Returns the displayed image.
<Image>.Previous (Function)
Displays the previous image for the scroll.
<Image>.First (Function)
Displays the first image for the scroll.
SpreadsheetSelectComment (Function)
Allows you to: know if a comment is selected in a Spreadsheet control, select or deselect a comment in a Spreadsheet control....
<Image>.Occurrence (Function)
Returns the total number of images taken into account by the scroll.
<Image>.Next (Function)
Displays the next image for the scroll.
InitialAnimation (Property)
The InitialAnimation property determines whether the animation of an Image, Button, Static or Carousel control is enabled when the control is created.
DisplayAsMarkdown (Property)
The DisplayAsMarkdown property indicates whether or not an Edit control displays its content in Markdown format.
Scope of procedures
The scope of a procedure defines whether it is public, private, etc......
HEndNoDatabaseAccess (Function)
Re-allows the access (which means the connection) to one or more databases accessible via a connection.
<Image>.Last (Function)
Displays the last image for the scroll.
HCheckMemo (Function)
Checks the structural integrity of memos in an HFSQL data file.
ListModify (Function)
Modifies an element in a List Box, ListView or Combo Box control populated programmatically.
ASPExecute (Function)
Calls an external .asp script and returns the result in a string.
HLoadParameter (Function)
Reads a parameter that was saved from a stored procedure by HSaveParameter.
ProfilerStart (Function)
Starts "collecting information" for the performance profiler.
ScriptExecute (Function)
Calls an external script (.asp or .php) and returns the result in a string.
ImageStartScrolling (Function)
Starts cycling through images.
ImageOccurrence (Function)
Returns the total number of images taken into account by the scroll.
iPrintReport (Function)
Prints a report created with the report editor.
InAJAXMode (Function)
Specifies whether the code is run from: a process in AJAX mode. a procedure called by AJAXExecute or AJAXExecuteAsynchronous....
Instance (Function)
Returns the "system handle" (HINSTANCE) of the current program.
Developing an iOS 13 widget
An iOS widget is an application intended to be displayed as a widget on iOS devices (iPhone, iPad, etc.