API:Vcl.AppEvnts.TApplicationEvents
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 の下位オブジェクトを使用します。