Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.48 KB

README.md

File metadata and controls

34 lines (26 loc) · 1.48 KB

TWebDevTools

Delphi TMS WEB Core Component to disable web developer tools from the F12 button, right-click and browser menu.

Install Instructions

  1. Open TMSWEBDevTools.dproj in the Component Library Source folder within your Delphi IDE.
  2. Install TMSWEBDevTools.bpl (You can do this by right-clicking on it in the Projects Window and then clicking on Install).
  3. Add the Core Source folder to your Library Paths. You can find the Library Paths under Tools > Options and then go to Language > Delphi > Library.

Usage Instructions

Simply drop the TWebDevTools component onto your form and use it via the Enabled property.

Enabled = True

If Enabled is true, then you're able to open the browser's developer tools.

This is also the default value for Enabled.

Enabled = False

If Enabled is false, then you're not able to open the browser's developer tools.

FAQ

What happens if someone manages to open the browser's Developer Tools?

The web page will instantly close itself if it detects that someone has managed to open the browser's Developer Tools

What browsers are supported?

Browser Works
Microsoft Edge
Google Chrome
Mozilla Firefox
Apple Safari Not Yet Tested
Internet Explorer
360 Browser
QQ Browser