Handling Global Application Object Events in Delphi
Monday May 26, 2008
in Delphi TIPS :: The TApplicationEvents Delphi component wraps the global Application object available to you in all Delphi applications. When you drop a TApplicationEvents component to a (main) form, the unique Application object forwards all events to the TApplicationEvents object.
Each event of the TApplicationEvents object is the same as the event with the same name on the Application object - all are visible in the ObjectInspector. Sometimes, not all :(
Read the full article to learn about Handling Global Application Object Events in Delphi.
Related:


Comments
No comments yet. Leave a Comment