ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

2. Application development cycle
WINDEV Mobile covers the entire application development cycle...
HDeactivateServerTrigger (Function)
Disables a HFSQL Client/Server server trigger on a server....
HListDatabase (Function)
Lists the Client/Server databases associated with a connection....
FinInterestRate (Example)
Usage example of the FinInterestRate function
5. Creating a drop-down menu
WINDEV Tutorial: WINDEV application: Managing data Lesson 5 - Creating a drop-down menu - 30 min
Managing HBase databases
HBase is a non-relational (NoSQL) distributed database, based on columns and using non-structured storage for large tables......
HMergeView (Function)
Creates an HFSQL view from two previously created views (HCreateView). This function uses the former view mechanism.
EmailReadNext (Function)
Reads the incoming email found after the current email according to the protocol (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
ServiceUninstall (Function)
Uninstalls a service.
HListParameter (Function)
Returns the list of parameters saved from the stored procedures on the server.
CaptionHTML (Property)
The CaptionHTML property is used to handle text as HTML code.
FinPeriodInterest (Example)
Usage example of the FinPeriodInterest function
HTTPAddParameter (Function)
Adds a parameter to an HTTP form.
Variable scope
Variables can be declared anywhere in the code....
StartDate (Property)
The StartDate property is used to get and change the start date of a time period.
EndDate (Property)
The EndDate property is used to get and change the end date of a time period.
Mobile-friendly website: available methods
WEBDEV includes several page creation methods that allow you to create mobile-friendly websites......
Timer (Function)
Periodically and automatically calls a WLanguage procedure.
WLanguage procedure called by WebSocketClientConnect
WLanguage procedure ("callback") called by WebSocketClientConnect when the connection to the server is established.
WLanguage procedure called by WebSocketClientConnectSSL
WLanguage procedure ("callback") called by WebSocketClientConnectSSL when the connection to the server is established.
FontSelect (Function)
Opens the standard window for font selection and selects the specified font.
1. Installing an application on Android, iOS, etc.
There are multiple methods to install a WINDEV Mobile application...
Handling the views of a window
To easily handle huge windows (that cannot be entirely displayed in the editor for example), WINDEV and WINDEV Mobile allows you to handle several views of the same window......
Internal component description
The description of an internal component can opened at any time......
Constants used for managing the multi-touch
Constants for managing the multi-touch...