API:Vcl.Touch.GestureCtrls.TCustomGestureListView.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.Touch.GestureCtrls.pas
Vcl.Touch.GestureCtrls.hpp
Vcl.Touch.GestureCtrls TCustomGestureListView

説明

コンポーネントが作成または破棄されようとしているという通知に応答します。

Vcl.Touch.GestureCtrls.TCustomGestureListView.Notification は Vcl.ComCtrls.TCustomListView.Notification を継承しています。以下の内容はすべて Vcl.ComCtrls.TCustomListView.Notification を参照しています。

コンポーネントが作成または破棄されようとしているという通知に応答します。

Notification メソッドは,継承メソッドを呼び出した後で,LargeImagesSmallImages,または StateImages プロパティで指定されるイメージリストが破棄されようとしているかどうかを確認します。その場合,Notification メソッドは,適切なプロパティを nil(Delphi)または NULL(C++)に設定します。

関連項目