Vcl.Imaging.GIFImg.TGIFImage.OnStartPaint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnStartPaint: TNotifyEvent read FOnStartPaint write FOnStartPaint;

C++

__property System::Classes::TNotifyEvent OnStartPaint = {read=FOnStartPaint, write=FOnStartPaint};

Properties

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

Description

Occurs when starting to render the GIF images.

Use the OnStartPaint event handler to respond when starting to render the GIF images stored in the TGIFImage instance.

See Also