VisibleNavigationEntry Access violation
Posted: Sun Nov 11, 2018 5:21 pm
Using the latest and old libef (Release), when I call any method the VisibleNavigationEntry returns "Access violation".
At the moment I'm trying to get information from the certificate's page, then: VisibleNavigationEntry.SSLStatus.GetX509Certificate...
Do I have to instantiate before?
Using the Demo minibrowser as test.
Example:
ShowMessage(Chromium1.VisibleNavigationEntry.SSLStatus.GetX509Certificate.GetIssuer.GetDisplayName);
Returns:
Access violation at address 006432F7 in module 'MiniBrowser.exe'. Read of address 00000000.
At the moment I'm trying to get information from the certificate's page, then: VisibleNavigationEntry.SSLStatus.GetX509Certificate...
Do I have to instantiate before?
Using the Demo minibrowser as test.
Example:
ShowMessage(Chromium1.VisibleNavigationEntry.SSLStatus.GetX509Certificate.GetIssuer.GetDisplayName);
Returns:
Access violation at address 006432F7 in module 'MiniBrowser.exe'. Read of address 00000000.