OnTableClick(Sender: Object; Args: ITabSheetBaseEventArgs);
Sender. The parameter that returns the component that generated the event.
Args. Parameter allowing to determine event parameters.
The OnTableClick event occurs on clicking the top left table cell (the intersection of the header column and the header row).
Clicking this cell selects the entire table.
See also: