System.ImageList.TBaseImageList.Loaded

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

Delphi

procedure Loaded; override;

C++

virtual void __fastcall Loaded();

プロパティ

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


説明

継承した TComponent.Loaded を実行した後、画像リストが変更されている場合は、Change を呼び出します。

関連項目