LL075
Deprecated component
Object Pascal — Delphi & Free Pascal
Info
Delphi
Deprecated components like TWebBrowser and TDDEServerConv lack modern support
deprecated components like TWebBrowser and TDDEServerConv lack modern support.
Why this severity
deprecated components like TWebBrowser and TDDEServerConv lack modern support.
Known false positives
legacy applications with no viable replacement yet.
Remediation example
// Replace TWebBrowser with TEdgeBrowser Browser := TEdgeBrowser.Create(Self);