Vcl.Imaging.GIFImg.TGIFGraphicControlExtension.Delay

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Delay: WORD read GetDelay write SetDelay;

C++

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

Properties

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

Description

Specifies the number of centiseconds between rendering an image and processing the data stream.

The Delay property specifies the number of centiseconds to wait before continuing processing the data stream.

See Also