Vcl.Imaging.GIFImg.TGIFImage.OnAfterPaint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnAfterPaint: TNotifyEvent read FOnAfterPaint write FOnAfterPaint;

C++

__property System::Classes::TNotifyEvent OnAfterPaint = {read=FOnAfterPaint, write=FOnAfterPaint};

Properties

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

Description

Occurs after rendering the GIF images.

Use the OnAfterPaint event handler to respond after rendering the GIF images stored in the TGIFImage instance.

See Also