Vcl.Imaging.GIFImg.TGIFImage.OnEndPaint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnEndPaint	: TNotifyEvent read FOnEndPaint	 write FOnEndPaint	;

C++

__property System::Classes::TNotifyEvent OnEndPaint = {read=FOnEndPaint, write=FOnEndPaint};

Properties

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

Description

Occurs when ending the rendering of the GIF images.

Use the OnEndPaint event handler to respond when ending the rendering of the GIF images stored in the TGIFImage instance.

See Also