API:Vcl.AppEvnts.TApplicationEvents

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.AppEvnts.TCustomApplicationEventsSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTApplicationEvents

Delphi

TApplicationEvents = class(TCustomApplicationEvents)

C++

class PASCALIMPLEMENTATION TApplicationEvents : public TCustomApplicationEvents

Properties

Type Visibility Source Unit Parent
class public
Vcl.AppEvnts.pas
Vcl.AppEvnts.hpp
Vcl.AppEvnts Vcl.AppEvnts

Description

TCustomApplicationEvents intercepts application-level events.

Vcl.AppEvnts.TApplicationEvents inherits from Vcl.AppEvnts.TCustomApplicationEvents. All content below this line refers to Vcl.AppEvnts.TCustomApplicationEvents.

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.

See Also