ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Declaring a procedure/a function
The different syntaxes for declaring a procedure...
Global procedure/function
A global procedure can be used in all the processes or events of the project.
Parameters of a procedure/function
You have the ability to pass parameters to a procedure.
Passing parameters
The parameters can be passed to a procedure...
Parameters of a procedure with a variable number of parameters
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure.
Typecasting of parameters
The description of the parameter type is optional...
Local procedure
Two types of procedures are available...
BreakDelete (Function)
Deletes a break from a Table control or from a Looper control.
BreakDeleteAll (Function)
Deletes all breaks from a Table control or from a Looper control.
grPointColor (Function)
Initializes the color of a specific point in one of the following chart types: Line, Scatter,...
grBarColor (Function)
Initializes the color of a specific bar in a Column or Stacked Column chart.
grPointSize (Function)
Configures the size of a specific point in a Line or Scatter chart.
DocPosition (Function)
Triggers the scroll of Word Processing control in order for the requested text to be entirely...
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.
HImportXLS (Function)
Imports an XLS file into a data file in HFSQL Classic or Client/Server format (data file described...
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.
ParallelTaskWait (Function)
Waits for the execution of a parallel task.
ParallelTaskRequestCancellation (Function)
Requests the cancellation of a parallel task.