Sub OnObjectActivate(Sender: Object; Args: IReportObjectEventArgs);
Begin
//set of operators;
End Sub OnObjectActivate;
Sender - a parameter that returns the component that has generated the event.
Args - a parameter, which enables the user to determine additional event parameters.
The OnObjectActivate event occurs when the object on the regular report sheet is activated/deactivated.
See also: