Vcl.Imaging.GIFImg.TGIFList.List

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

Delphi

property List: TList read FItems;

C++

__property System::Classes::TList* List = {read=FItems};

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFList

説明

Items プロパティに格納されている GIF 項目の、型指定なしのリストを示します。

List は、Items プロパティに格納されている GIF 項目の型指定なしのリストを示す、読み取り専用のプロパティです。

関連項目