API:FMX.ImgList.TCustomImageList.Loaded

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

Delphi

procedure Loaded; override;

C++

virtual void __fastcall Loaded();

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
FMX.ImgList.pas
FMX.ImgList.hpp
FMX.ImgList TCustomImageList

説明

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

FMX.ImgList.TCustomImageList.Loaded は System.ImageList.TBaseImageList.Loaded を継承しています。以下の内容はすべて System.ImageList.TBaseImageList.Loaded を参照しています。

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

関連項目