Vcl.Imaging.GIFImg.TGIFGraphicControlExtension.Delay

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

Delphi

property Delay: WORD read GetDelay write SetDelay;

C++

__property System::Word Delay = {read=GetDelay, write=SetDelay, nodefault};

プロパティ

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

説明

イメージ描画とデータストリーム処理との間の100分の一秒単位の値を示します。

Delay プロパティは 連続しているデータストリームの処理の前の待ち時間を100分の一秒単位の値で示します。

関連項目