FlashBox.OnFSCommand

Syntax

Sub OnFSCommand(Sender: Object; Args: IFlashBoxCommandEventArgs);

Begin

//set of operators;

End Sub OnFSCommand;

Parameters

The Sender parameter returns the component that has generated the event.

The Args parameter allows to determine event parameters.

Description

The OnFSCommand event occurs when the Flash object receives a command.

See also:

FlashBox