FMX.ImgList.TCustomSourceItem

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

System.Classes.TCollectionItemSystem.Classes.TPersistentSystem.TObjectTCustomSourceItem

Delphi

TCustomSourceItem = class(TCollectionItem)

C++

class PASCALIMPLEMENTATION TCustomSourceItem : public System::Classes::TCollectionItem

プロパティ

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


説明

TSourceCollection コレクション内の項目(公開プロパティなし)を表します。

TCustomSourceItem 項目は、TCustomImageList 内の TSourceCollection コレクションの要素です。

TCustomSourceItem 項目は MultiResBitmap プロパティがあり、これは TMultiResBitmap マルチ解像度ビットマップを保有しています。これらのマルチ解像度ビットマップは、オリジナルのイメージで、TCustomImageList イメージ リストに格納するイメージとして表示されるイメージを取得するために使用されます。

関連項目