ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

24. Displaying and linking pages
<Image>.Last (Function)
Displays the last image for the scroll.
<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.
ExeListProcess (Function)
Returns the list of applications currently run.
NumberRow (Property)
The NumberRow property returns the maximum number of rows containing data in a Spreadsheet control. These rows contain data, a formula, formatting or a non-standard height.
Scope of procedures
The scope of a procedure defines whether it is public, private, etc......
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
HLoadParameter (Function)
Reads a parameter that was saved from a stored procedure by HSaveParameter.
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.
Developing an iOS 13 widget
An iOS widget is an application intended to be displayed as a widget on iOS devices (iPhone, iPad, etc.
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.
ASPExecute (Function)
Calls an external .asp script and returns the result in a string.