API:Vcl.AppEvnts.TApplicationEvents

提供: RAD Studio API Documentation
移動先: 案内検索

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

Delphi

TApplicationEvents = class(TCustomApplicationEvents)

C++

class PASCALIMPLEMENTATION TApplicationEvents : public TCustomApplicationEvents

プロパティ

種類 可視性 ソース ユニット
class public
Vcl.AppEvnts.pas
Vcl.AppEvnts.hpp
Vcl.AppEvnts Vcl.AppEvnts

説明

TCustomApplicationEvents は,アプリケーションレベルのイベントに割り込みます。

Vcl.AppEvnts.TApplicationEvents は Vcl.AppEvnts.TCustomApplicationEvents を継承しています。以下の内容はすべて Vcl.AppEvnts.TCustomApplicationEvents を参照しています。

TCustomApplicationEvents は,アプリケーションレベルのイベントに割り込みます。

TCustomApplicationEvents は,グローバルな Application オブジェクトのイベントに割り込むオブジェクトの基本クラスとして使用します。TApplicationEvents オブジェクトの各イベントは,Application オブジェクトの同じ名前を持つイベントと同じです。

TCustomApplicationEvents のインスタンスは作成しないでください。かわりに,TApplicationEvents のような TCustomApplicationEvents の下位オブジェクトを使用します。

関連項目