FMX.ImgList.TCustomImageList.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
FMX.ImgList.pas
FMX.ImgList.hpp
FMX.ImgList TCustomImageList


説明

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

DoChange も参照してください。

関連項目