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

OnFlashCall

Syntax

Delphi

TFlashPlayerControlFlashCall = procedure(ASender: TObject; const request: WideString) of object;
OnFlashCall: TFlashPlayerControlFlashCall;

C++Builder

typedef void __fastcall (__closure *TFlashPlayerControlFlashCall)(
  System::TObject* ASender,
  const System::WideString request);

Description

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

See more: Flash External API.