Vcl.Samples.Spin.TSpinButton.Notification

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

Delphi

procedure Notification(AComponent: TComponent;
Operation: TOperation); override;

C++

virtual void __fastcall Notification(System::Classes::TComponent* AComponent, System::Classes::TOperation Operation);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Vcl.Samples.Spin.pas
Vcl.Samples.Spin.hpp
Vcl.Samples.Spin TSpinButton


説明

コンポーネントが破壊されたことを知らせる通知に応答します。

Notification は、フォーカスされているコントロールが、破壊されるところであることを知らせる通知に応答します。

Notification は、Notification 継承メソッドを呼び出します。

関連項目