API:FMX.ImgList.TImageList

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

FMX.ImgList.TCustomImageListSystem.ImageList.TBaseImageListSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTImageList

Delphi

TImageList = class(TCustomImageList)

C++

class PASCALIMPLEMENTATION TImageList : public TCustomImageList

プロパティ

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

説明

FireMonkey 画像リストの基底クラスです。TCustomImageList には、画像リストを使用するのに必要なすべてのメソッドおよびプロパティが定義されていますが、TCustomImageList では、published プロパティは宣言されていません。

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

FireMonkey 画像リストの基底クラスです。TCustomImageList には、画像リストを使用するのに必要なすべてのメソッドおよびプロパティが定義されていますが、TCustomImageList では、published プロパティは宣言されていません。

TCustomImageListTBaseImageList を継承します。

画像リストの published プロパティは、下位クラスである TImageList に宣言されています。

関連項目