RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomApplicationEvents Class

TCustomApplicationEvents intercepts application-level events.

Pascal
[RootDesignerSerializerAttribute('', '', False)]
TCustomApplicationEvents = class(TComponent);
C++
[RootDesignerSerializerAttribute('', '', False)]
class TCustomApplicationEvents : public TComponent;

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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!