Vcl.Imaging.GIFImg.TGIFBlock.Size

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Size: BYTE read FSize;

C++

__property System::Byte Size = {read=FSize, nodefault};

Properties

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

Description

Specifies the size of the block of GIF image data pointed to by the Data property.

Size is a read-only property that specifies the size, in bytes, of the block of GIF image data pointed to by the Data property.

See Also