CtlPanel.TStopEvent

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

Delphi

TStopEvent         = procedure (Sender: TObject; Data: LongInt) of object;

C++

typedef void __fastcall (__closure *TStopEvent)(System::TObject* Sender, int Data);

プロパティ

種類 可視性 ソース ユニット
type
typedef
public
CTLPanel.pas
CtlPanel.hpp
CtlPanel CtlPanel


説明

TStopEvent は OnStop イベント ハンドラの型です。

TStopEvent を使用すれば、コントロール パネル アプレットが停止要求を受け取ったときに応答することができます。

Sender は、停止要求を受け取ったアプレット モジュールです。

Data は、Inquire イベント(OnInquire または OnNewInquire)で設定された値です。

関連項目