ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...
Validating a page from a control that has no action on the server (List Box control, Combo Box, etc.)
By default, the validation of a page must be performed by a "Send the values of controls to the server (Submit)" button......
Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages......
Deep links to mobile applications
Deep linking allows you to redirect the user to specific content in a mobile application (rather than in a browser) when they click on a link in a web page or in an email......
WDLog: Backup of HFSQL tables
WDLog allows you to save all the HFSQL tables used by a WINDEV or WEBDEV application......
BitcoinCoreDateTimeLastLaunched (Function)
Returns the date and time Bitcoin Core was last launched. Note: This function is only available from version 2025 Update 2....
DNSDeleteAddress (Function)
Deletes an "IP address/Domain name" pair from a DNS server....
Handling an Action Bar through programming
An Action Bar can be handled through programming. To do so, use the variable corresponding to the Action Bar in the code....
Managing Responsive Web Design in your Web pages
Websites can be viewed on several platforms......
Common project
Projects are often cross-platform......
PopupDisplay (Function)
Displays a popup in a page with a DDW effect (Dim Disabled Windows).
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
JSMethod (Function)
Used to run a JavaScript method on an element found in the current page.
ControlExist (Function)
Checks the existence of a control (or group of controls) in a window, in a page or in a report.
Anchor (Property)
The Anchor property sets the anchors of a control in a window, page or report.
OpenContextMenu (Function)
Automatically opens a context menu for the current control, window or page.
7. AJAX technology