RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomApplicationEvents Class

TCustomApplicationEvents intercepts application-level events.

Pascal
TCustomApplicationEvents = class(TComponent);
C++
class TCustomApplicationEvents : public TComponent;

AppEvnts

Use TCustomApplicationEvents as a base class for objects that intercept the events of the global Application object. Each event of the TApplicationEvents object is the same as the event with the same name on the Application object. 

Do not create instances of TCustomApplicationEvents. Instead, use a descendant of TCustomApplicationEvents such a TApplicationEvents

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!