Vcl.Imaging.GIFImg.TGIFFrame.DataSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DataSize: integer read FDataSize;

C++

__property int DataSize = {read=FDataSize, nodefault};

Properties

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

Description

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

The Data property specifies the size, in bytes, of the GIF image data pointed to by the Data property.

See Also