Vcl.Imaging.GIFImg.TGIFGraphicControlExtension.GetDelay

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDelay: WORD;

C++

System::Word __fastcall GetDelay();

Properties

Type Visibility Source Unit Parent
function class protected
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFGraphicControlExtension

Description

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

GetDelay returns the number of centiseconds to wait before continuing processing the data stream.

See Also