CtlPanel.TStopEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
type
typedef
public
CTLPanel.pas
CtlPanel.hpp
CtlPanel CtlPanel

Description

TStopEvent is the type of the OnStop event handler.

TStopEvent lets you respond when a control panel applet receives a shutdown request.

Sender is the Applet Module that received the request to shut down.

Data is the value that was set in the Inquire events (OnInquire or OnNewInquire).

See Also