Visit Gigasoft's Web Site
 ProEssentials v9 Help

TableHotSpot Event

Scope Graph OCX/VCL

 

Sub ctlname_TableHotSpot(DblClk As Integer, SubsetIndex As Integer, PointIndex As Integer)

 

The TableHotSpot event is fired when the user clicks inside the table of a Graph Object.

 

Parameter

Description

DblClk

0 = Click

1 = Double Click

SubsetIndex

Zero based index of subset clicked.

PointIndex

Zero based index of point clicked.

 

Comments

This event is only fired if AllowTableHotSpots is TRUE.

 

See Also: GraphPlusTable, TableWhat, DataHotSpot event, OCX/VCL Events