Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#81 auto free #83

Closed
wants to merge 5 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
#81 make it easier for forms/apps to use
(cherry picked from commit aced19f)
  • Loading branch information
the-Arioch committed Jan 21, 2025
commit 836c18cd9a8fb3c52f16ed2f35c80dc4c5e6c4b4
6 changes: 6 additions & 0 deletions source/uWVBrowser.pas
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ interface
{$ELSE}
Classes, Types, Forms, Math, {$IFDEF FPC}LResources,{$ENDIF}
{$ENDIF}
uWVMiscFunctions, // #81
uWVBrowserBase;

type
Expand Down Expand Up @@ -147,6 +148,11 @@ TWVBrowser = class(TWVBrowserBase)
procedure Register;
{$ENDIF}

{$Region '#81 forwarding app-level features from uWVMiscFunctions'}
type
IWVFreeGuard = uWVMiscFunctions.IWVFreeGuard;
{$EndRegion}

implementation

function TWVBrowser.GetParentForm : TCustomForm;
Expand Down