Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion

aeBrowserRequired is missing

Hello,

In unit NG.Connection.Utils, the TAuthEvent  = (aeNavigateComplete, aeTitleChanged, aeCanceled) is missing aeBrowserRequired, I am getting a build error in this function (unit NG.Connection.VclAuth):
class function TNGAuthVCL.Supports: TAuthEvents;
begin
  Result := [aeNavigateComplete, aeTitleChanged, aeCanceled, aeBrowserRequired];
end;

Regards

Comments

Sign In or Register to comment.