1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-11-23 21:34:53 +02:00

Added a menu option to save as MHTML in the MiniBrowser demo

This commit is contained in:
Salvador Díaz Fau
2021-05-07 16:25:49 +02:00
parent ca1e47d947
commit 15e6332392
5 changed files with 192 additions and 18 deletions

View File

@@ -304,6 +304,10 @@ object MiniBrowserFrm: TMiniBrowserFrm
Caption = 'Open file with a DATA URL...'
OnClick = OpenfilewithaDAT1Click
end
object SaveasMHTML1: TMenuItem
Caption = 'Save as MHTML...'
OnClick = SaveasMHTML1Click
end
object N2: TMenuItem
Caption = '-'
end