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

OnReadyStateChange

Syntax

Delphi

type TFlashPlayerControlOnReadyStateChange = procedure(ASender: TObject; newState: Integer) of object;
property OnReadyStateChange: TFlashPlayerControlOnReadyStateChange;

C++Builder

typedef void __fastcall (__closure *TFlashPlayerControlOnReadyStateChange)(
  System::TObject* ASender,
  int newState);

Description

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