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

Application error handling is overriden for unknown purpose #24

Open
JernejL opened this issue Sep 9, 2019 · 1 comment
Open

Application error handling is overriden for unknown purpose #24

JernejL opened this issue Sep 9, 2019 · 1 comment

Comments

@JernejL
Copy link

JernejL commented Sep 9, 2019

ErrorProc:=nil;

ErrorProc is set to nil here, is there a reason for this? It took me white a while to figure this out why i was losing my runtime error handler.

@JernejL
Copy link
Author

JernejL commented Sep 10, 2019

ErrorProc is a proc pointer in system unit and not a class property / var
https://www.freepascal.org/docs-html/rtl/system/errorproc.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant