Vcl.AppEvnts.TCustomApplicationEvents
Delphi
TCustomApplicationEvents = class(TComponent)
C++
class PASCALIMPLEMENTATION TCustomApplicationEvents : public System::Classes::TComponent
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.AppEvnts.pas Vcl.AppEvnts.hpp |
Vcl.AppEvnts | Vcl.AppEvnts |
Description
TCustomApplicationEvents intercepts application-level events.
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.