ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DotNetGetResult (Function)
Returns the result of the last .Net procedure that was successfully run.
Assignment of RETURN
The return value of the process currently run can be assigned...
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
IF statement
The conditional IF statement allows you to run an action according to a condition...
MCIRetrieve (Function)
Returns the last result of the MCI command run by MCIExecute.
WinInput (Function)
Identifies the window containing the WLanguage code currently run.
SQLExecWDR (Function)
Runs the SQL code of a query created in the query editor.
J2EEAddHeader (Function)
Adds a header to the next procedure that will be run on the server.
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.
SOAPAddHeader (Function)
Adds a header to the next SOAP function of a Webservice to run.
SOAPGetResult (Function)
Returns the result of the last SOAP procedure that was successfully run.
DotNetRunXML (Function)
Runs a procedure on a server for .Net XML Web services.
ExecuteAAF (Function)
Runs an Automatic Application Feature (AAF) on a control or window.
DotNetAddHeader (Function)
Adds a header to the next procedure that will be run on the server.
WDSQL: Running an SQL query
WDSQL is used to run all the SQL queries created by WDSQL......
InAutomaticTestMode (Function)
Used to find out whether an automatic test is currently run or not.
Empty (Property)
The Empty property is used to determine if: a Looper, Table, List Box or Combo Box control is empty. The control can be a browsing control or a memory control. a Chart control contains no series. a report control is empty (control linked to an item). an array (or an associative array) contains no element. an element of an associative array exists or not. a queue, a list or a stack contains no element....
Enlarging a window
Modern UIs generally use larger windows and larger fonts in the different controls......
CameraStatus (Function)
Returns the status of a Camera control. Function kept for "Version-26-compatible" Camera controls....
<Camera>.Status (Function)
Returns the status of a Camera control. Function kept for "Version-26-compatible" Camera controls....
TapToFocus (Property)
The TapToFocus property is used to: Determine if tap to focus is enabled in a Camera control. Enable or disable tap to focus in a Camera control....
VideoStatus (Function)
Returns the status of a Camera control. Function kept for "Version-26-compatible" Camera controls....
Handling a Calendar control by programming
WINDEV, WEBDEV and WINDEV Mobile allow you to handle a Calendar control through programming......
Help about new features: Letting users know about changes
Applications are constantly evolving......
WinEdDo (Function)
Runs an action (defined programmatically) and enables Undo/Redo operations on this action....