Help us improve Softanics
We use analytics cookies to understand which pages and downloads are useful. No ads. Privacy Policy

OnProgress

Syntax

Delphi

type TFlashPlayerControlOnProgress = procedure(ASender: TObject; percentDone: Integer) of object;
property property OnProgress: TFlashPlayerControlOnProgress;

C++Builder

typedef void __fastcall (__closure *TFlashPlayerControlOnProgress)(
  System::TObject* ASender,
  int percentDone);

Description

This event is triggered when the Flash ActiveX event OnProgress is raised.