FMX.ImgList.TImageList.OnChange

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

Delphi

property OnChange: TNotifyEvent read FOnChange write FOnChange;

C++

__property OnChange;

プロパティ

種類 可視性 ソース ユニット
event published
FMX.ImgList.pas
FMX.ImgList.hpp
FMX.ImgList TImageList


説明

コンポーネントが更新状態にない場合、OnChange イベントのイベント ハンドラは TCustomImageList オブジェクトの変更の直後に実行されます。それ以外の場合、OnChange イベント ハンドラは EndUpdate メソッドの後に実行されます。

FMX.ImgList.TImageList.OnChange は FMX.ImgList.TCustomImageList.OnChange を継承しています。以下の内容はすべて FMX.ImgList.TCustomImageList.OnChange を参照しています。

コンポーネントが更新状態にない場合、OnChange イベントのイベント ハンドラは TCustomImageList オブジェクトの変更の直後に実行されます。それ以外の場合、OnChange イベント ハンドラは EndUpdate メソッドの後に実行されます。

DoChange も参照してください。

関連項目