Vcl.Imaging.GIFImg.TGIFList.Count

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Count: Integer read GetCount;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFList

Description

Specifies the number of items stored in the Items property.

Count is a read-only property that specifies the number of items stored in the Items property.

Because List is the untyped version of the Items property, Count also specifies the number of elements stored in the List property.

See Also