Sub OnProgress(Sender: Object; Args: IFlashBoxProgressEventArgs);
Begin
//set of operators;
End Sub OnProgress;
The Sender parameter returns the component that has generated the event.
The Args parameter allows to determine event parameters.
The OnProgress event occurs when the Flash object is loaded.
See also: