System.ImageList.TBaseImageList

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

System.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTBaseImageList

Delphi

TBaseImageList = class(TComponent)

C++

class PASCALIMPLEMENTATION TBaseImageList : public System::Classes::TComponent

プロパティ

種類 可視性 ソース ユニット
class public
System.ImageList.pas
System.ImageList.hpp
System.ImageList System.ImageList


説明

画像リストと、その画像リスト内の画像を使用するすべての GUI コンポーネントとのやり取りを扱うメソッドやプロパティを提供します。

TBaseImageList では、Links 配列内で参照されている TImageLink リンクを使用して、この画像リスト TBaseImageList 内の画像を使用するコンポーネントに画像リストの変更を通知します。

TBaseImageList は、FireMonkey の画像リスト FMX.ImgList.TCustomImageList と VCL の画像リスト Vcl.ImgList.TCustomImageList の両方の基底クラスになっています。

関連項目