ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ExecutionMode (Function)
Allows you to: find out and/or modify the behavior of the application or site when some errors are generated. optimize the calls to the functions declared externally. find out and/or change how the application uses JITc. find out and/or modify the management mode of low references for all the instantiated objects....
<Stack variable>.Pop (Function)
Pops an element from a stack.
Kanban control functions
The following functions handle Kanban controls......
Scanner functions (prefix syntax)
The scanner functions are as follows:...
<Connection variable>.OperationInProgress (Function)
Returns the list of automatic operations in progress on an HFSQL server.
<AuthToken>.RefreshToken (Function)
Refreshes a user's OAuth2 token when it expires....
<Queue variable>.Dequeue (Function)
Dequeues an element from a queue.
ScriptExecute (Function)
Calls an external script (.asp or .php) and returns the result in a string.
ASPExecute (Function)
Calls an external .asp script and returns the result in a string.
FBSessionStatus (Function)
Checks the status of a Facebook session.
ASPDisplay (Function)
Calls an external ASP script and returns the result page in the current browser window.
ScriptDisplay (Function)
Calls an external script or page (.php, .asp, .mhtml or.mht) and returns the result page in the current browser window.
ProfilerStart (Function)
Starts "collecting information" for the performance profiler.
StringStartsWith (Function)
Checks whether a character string starts: with a specific character string. with one of the character strings in an array....
TimelineListEvent (Function)
Returns: the list of events found between two given times in a TimeLine control, all events of a TimeLine control, a specific event (selected or hovered)....
Dequeue (Function)
Removes an element from the queue.
COMCallMethod (Function)
Runs a method of an interface of a COM object instantiated by COMCreateInstance.
Pop (Function)
Pops an element from a stack.
SOAPToHTTP (Function)
Builds the HTTP request to call a function of a Webservice. This request can be modified to adapt it to the expectations of the Webservice, if necessary. It can then be sent using HTTPSend.
<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.
<Image>.Occurrence (Function)
Returns the total number of images taken into account by the scroll.