Samples
Samples
Documents
Language: Oxygene, Platform: Toffee, Category: OS X
https://github.com/remobjects/ElementsSamples/tree/master/Oxygene/Toffee/OS X/Documents
-
Documents
-
References
- Cocoa
- rtl
- libToffee
- libElements
- Source Files
- Other Files
-
References
AppDelegate.pas
namespace Documents; interface uses AppKit; type [NSApplicationMain] [IBObject] AppDelegate = class(INSApplicationDelegate) public method applicationDidFinishLaunching(notification: NSNotification); end; implementation method AppDelegate.applicationDidFinishLaunching(notification: NSNotification); begin end; end.
