Vcl.AppEvnts.TCustomApplicationEvents

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

System.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomApplicationEvents

Delphi

TCustomApplicationEvents = class(TComponent)

C++

class PASCALIMPLEMENTATION TCustomApplicationEvents : public System::Classes::TComponent

プロパティ

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

説明

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

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

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

関連項目