//---------------------------------------------------------------------------
// Borland C++Builder
// Copyright (c) 2000-2002 Borland Corporation. All Rights Reserved.
//---------------------------------------------------------------------------

TITLE: Application Events Demonstration

DESCRIPTION:
This example demonstrates the use of the TApplicationEvents component.
The TApplicaitonEvents component intercepts application messages and 
exposes event handlers; which enable you to specify special processing
when certain events occur. This applicaiton shows what messages go 
through the TApplicationEvent component by posting text to the various
listboxes on the form.
