Vcl.Imaging.GIFImg.TGIFBlock.Data

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Data: pointer read FData;

C++

__property void * Data = {read=FData};

Properties

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

Description

Points to the block of GIF image data stored in the TGIFBlock object.

The Data read-only property points to the block of GIF image data stored in the TGIFBlock object.

See Also