System.ImageList.TBaseImageList.Updated

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

Delphi

procedure Updated; override;

C++

DYNAMIC void __fastcall Updated();

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
System.ImageList.pas
System.ImageList.hpp
System.ImageList TBaseImageList


説明

継承された TComponent.Updated を実行し、その後、イメージ リストが変更されると、Change を呼び出します。

関連項目