Vcl.Imaging.GIFImg.TGIFFrame.Data

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Data: PByte read FData;

C++

__property System::PByte Data = {read=FData};

Properties

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

Description

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

The Data property points to the block of GIF image data stored in the TGIFFrame object.

See Also