ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Menus and menu options: Tips & Tricks
This page presents some operations specific to the menus and to the menu options...
HDeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.
dbgSaveDebugDump (Function)
Saves a dump file of the application.
HFilterContains (Function)
Defines and enables a "Contains" filter on a data file, view or query.
RETURN statement
The RETURN statement is used to exit a statement block and the current process (or procedure).
Creating an action plan
The action plans group all actions that will be performed by the software factory....
MemoryCurrency (Property)
The MemoryCurrency property is used to get and change the currency used when manipulating a "Currency + Euro" control programmatically.
Decrypt (Function)
Decrypts a character string that was encrypted by Encrypt.
ListPosition (Function)
Displays a List Box or ListView control from a specified element or returns the index of the first element displayed in a List Box control (if the scrollbar was used).
Clipboard (Function)
Retrieves the text or image found in the system clipboard.
FinPeriodInterest (Function)
Calculates for a given period the amount of interests due for a loan paid off by fixed periodic payments with a fixed interest rate.
CriticalSectionStart (Function)
Marks the start of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section.
fLock (Function)
Entirely or partially locks an external file.
The Camera control
The Camera control is used to view the video captured by a camera connected to the current computer....
HOpen (Function)
Opens a data file.
HReset (Function)
Initializes: one or all variables of file items with their default values. one or all items of a Record variable with their default values....
grOrigin (Function)
Modifies the start and end marks on one of the chart axes.
InternetConnected (Function)
Defines whether an Internet connection is enabled on the current computer. In mobile, you can also be notified when the status of the Internet connection changes.
grDraw (Function)
Draws a chart according to the specified parameters.
grStockAddData (Function)
Adds data into a stock chart (candlestick, barcharts or minmax).
InfoBuild (Function)
Displays a custom message in a system information window.
MVP RAD
WINDEV proposes an MVP RAD that generates the "table" and "form" windows as well as the necessary Presenter and Model classes......
Dark theme on mobile devices
The latest versions of mobile OSs allow you to switch applications to a dark theme to reduce battery consumption or to make the device easier to use in a low-light environment......
Handling the checks
The monitor of the monitoring robot allows you to access the different checks started by the monitoring robot......
SocketConnectSSL (Function)
Used to establish a secure connection to an SSL server.
Manager of automated tests
The test manager is used to......