Visit Gigasoft's Web Site
 ProEssentials v11 Help

TableAnnotation Event

JS / .NET  PeTableAnnotation  Events Reference

Scope All ProEssentials OCX/VCL

 

Sub ctlname_TableAnnotation(DblClk As Integer, nIndex As Integer, nRow As Long, nColumn As Long)

 

The TableAnnotation event is fired when the user clicks inside a table annotation.

 

Parameter

Description

DblClk

0 = Click

1 = Double Click

nIndex

Zero based WorkingTable clicked.

nRow

Zero based index of Row clicked.

nColumn

Zero based index of Column clicked

 

Comments

This event is only fired if TAHotSpot is set True.

 

See Also: OCX/VCL Events