OnUpdateRect
Syntax
Delphi
TFlashPlayerControlUpdateRect = procedure(ASender: TObject; var rc: TRect) of object;
property OnUpdateRect: TFlashPlayerControlUpdateRect;
C++Builder
typedef void __fastcall (__closure *TFlashPlayerControlUpdateRect)(
System::TObject* ASender,
Windows::TRect &rc);
Description
The OnUpdateRect
event is raised by TTransparentFlashPlayerControl when Flash requires a specific rectangular region of the control to be repainted.