ReportBox.OnTableClick

Syntax

Sub OnTableClick(Sender: Object; Args: IReportEventArgs);

Begin

//set of operators;

End Sub OnTableClick;

Parameters

Sender - a parameter that returns the component that has generated the event.

Args - a parameter, which enables the user to determine event parameters.

Description

The OnTableClick event occurs on mouse click on the region at the intersection of headings of rows and columns, which controls selection of the entire table.

See also:

ReportBox