PowerBuilder 2025 R2 enhances the WebBrowser control with new properties and functions to improve security, privacy, and developer control.
-
DevToolsproperty -- Specifies whether the browser's built-in developer tool is enabled. The default value is TRUE.Recommended: Disable
DevToolsin production environments to prevent users from inspecting or tampering with web content. -
PasswordAutosaveproperty -- Specifies whether the browser shows the "Save password" prompt when users log in.Recommended: Disable
PasswordAutosavefor high-security applications (e.g., banking, healthcare) to prevent saving sensitive credentials. -
ClearBrowsingDatafunction -- Provides the ability to clear browsing data programmatically in the WebBrowser control.


