|
TApplicata is a simple component that provides design-time access to TApplication's properties and events. When the component is loaded, it assigns its data to TApplication. You can use it to automatically create event handlers for TApplication and TScreen just like events for visual controls -- just double click on the event.
In addition, there is the OnWndProc event which is, in effect, a fast way to subclass the application's main window without going down to the API level.
More features include : Ability to limit number of your programs instances; and parameter passing.
|