Vcl.Imaging.GIFImg.TGIFImage.OnLoop

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnLoop: TNotifyEvent read FOnLoop write FOnLoop;

C++

__property System::Classes::TNotifyEvent OnLoop = {read=FOnLoop, write=FOnLoop};

Properties

Type Visibility Source Unit Parent
event public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFImage

Description

Occurs when the GIF animation is looped.

Use the OnLoop event handler to respond at each loop of the GIF animation.

See Also