Vcl.Imaging.GIFImg.TGIFColorMap.Count

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Count: integer read FCount;

C++

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

Properties

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

Description

Specifies the number of elements of the Colors array.

Count is a read-only property that specifies the number of elements of the Colors property.

Count also specifies the number of elements of the Data property.

See Also