Vcl.Imaging.GIFImg.TGIFList.Count

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

Delphi

property Count: Integer read GetCount;

C++

__property int Count = {read=GetCount, nodefault};

プロパティ

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

説明

Items プロパティに格納されている項目数を示します。

Count は、Items プロパティに格納されている項目の数を示す、読み取り専用のプロパティです。

ListItems プロパティの型指定のないものなので、CountList プロパティに格納されている要素数も示すことになります。

関連項目