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