How can I extend the Delphi implementation for NSWindowDelegate?

How can I extend the Delphi implementation for NSWindowDelegate?

The current NSWindowDelegate implementation in Delphi is very limited. It doesn't include events such as windowWillResize:toSize:
How can I extend it? I can see the code in source\rtl\osx'Macapi.Appkit.pas so I tried to make a copy of that file to my application folder and include it in the project.

I have added a StackOverflow question in case anyone has an idea:

http://stackoverflow.com/questions/30465685/delphi-osx-how-to-extend-nswindowdelegate
http://stackoverflow.com/questions/30465685/delphi-osx-how-to-extend-nswindowdelegate

Comments