Vcl.Imaging.GIFImg.TGIFBlock.Data

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Data: pointer read FData;

C++

__property void * Data = {read=FData};

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFBlock

説明

TGIFBlock オブジェクトに格納された GIF 画像データのブロックを指すポインタです。

Data は、TGIFBlock オブジェクトに格納された GIF 画像データのブロックを指す、読み取り専用のプロパティです。

関連項目