ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HImportXLS (Function)
Imports an XLS file into a data file in HFSQL Classic or Client/Server format (data file described in the data model editor, or declared by HDeclare, HDeclareExternal or HDescribeFile)....
WebserviceParameter (Function)
Gets the value of a parameter in a call to a SOAP or REST Webservice request.
WebserviceReadHTTPHeader (Function)
Reads the HTTP header received in a call to a SOAP or REST Webservice.
WebserviceWriteHTTPHeader (Function)
Adds an additional HTTP header to a request of a REST Webservice.
AppServerInfoScheduledTask (Function)
Reads the description of a scheduled task.
AAFPossible (Function)
Indicates whether an AAF (Automatic Application Feature) can be run on a specific control.
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.
RadioButtonCount (Function)
Returns the number of options found in a Radio Button control.
SysDetectLockedSession (Function)
Detects the change of lock for the Windows session.
TwainProperty (Function)
Used to find out or modify the properties of the current Twain device.
LooperRefreshVisible (Function)
Changes or returns the visibility status of the refresh bar in a Looper control.
TableRefreshVisible (Function)
Modifies or returns the visibility status of refresh bar in a Table or TreeView Table control.
DocPosition (Function)
Triggers the scroll of Word Processing control in order for the requested text to be entirely displayed.
EmulatePane (Function)
Emulates the selection of a pane in a Tab, Ribbon or Sidebar control.
EmulateActionBar (Function)
Emulates an Action Bar during the automated tests run on a mobile device (Android or iOS).
EmulateCheckBox (Function)
Emulates the selection of an option in a Check Box control.
EmulateRadioButton (Function)
Emulates the selection of an option in a Radio Button control.
ParallelTaskExecute (Function)
Triggers the execution of a parallel task.
ParallelTaskRequestCancellation (Function)
Requests the cancellation of a parallel task.
ParallelTaskExecuteAfter (Function)
Indicates a continuation parallel task that will be run when one of the specified parallel task is completed.
ParallelTaskExecuteAfterOne (Function)
Indicates a continuation parallel task that will be run once the first task is completed in an array of parallel tasks.
ParallelTaskExecuteAfterAll (Function)
Indicates a continuation parallel task that will be run when all the tasks found in an array of parallel tasks are ended.
ThreadRequestStop (Function)
Sends a stop request to a thread.
ThreadStopRequested (Function)
Checks if a stop request has been sent to the running thread.
EmailGetIndicator (Function)
Retrieves the indicators defined on an email of IMAP session.