MSGs :: One of the keys to traditional Windows programming is handling the messages sent by Windows to applications. Simply put, a message is some information sent from one place to another. For the most part, Delphi makes message handling easy through its use of events, an event is usually generated in response to a Windows message being sent to an application.
Read the full article to learn about Handling Windows Messages the Delphi way
Related:
Comments
No comments yet. Leave a Comment
