Vcl.Graphics.TGraphic.OnChange

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

Delphi

property OnChange: TNotifyEvent read FOnChange write FOnChange;

C++

__property System::Classes::TNotifyEvent OnChange = {read=FOnChange, write=FOnChange};

プロパティ

種類 可視性 ソース ユニット
event public
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics TGraphic

説明

OnChange イベントは,グラフィックイメージが変更されたときに発生します。

OnChange イベントを記述すると,グラフィックイメージが変更されたときに処理を行えます。